#A21931

Color #A21931 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A21931

Tints of Bright Red #A21931

Color information

#A21931 (or 0xA21931) is unknown color: approx Bright Red. HEX triplet: A2, 19 and 31. RGB value is (162,25,49). Sum of RGB (Red+Green+Blue) = 162+25+49=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A21931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21931 is #5DE6CE. Grayscale: #444444. Windows color (decimal): -6153935 or 3217826. OLE color: 3217826.

HSL color Cylindrical-coordinate representation of color #A21931: hue angle of 349.49º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21931 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB1622549-
CMYK00.850.700.36
HSL349.49º73.26%36.67%-
HSV(B)349.49º84.57%63.53%-
XYZ15.88.63.73-
YUV68.7116.89194.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 49 (19.53% from 255) = 20.76%
R=68.64%
G=10.59%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162254900.850.700.36349.4973.2636.67
HexA21931055462415d4925
Octal242316101251064453511145
Binary10100010110011100010101010110001101001001010111011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21931; }

 p { color: rgb(162,25,49); }

 H1.HeaderClassName
 {
   color: #A21931;
 }
 .AnyTagClassName
 {
   color: #A21931;
 }
</style>
background-color css

<style>
 a { background-color: #A21931; }

 a { background-color: rgb(162,25,49); }

 div.DivClassName
 {
   background-color: #A21931;
 }
 .BgClassName
 {
   background-color: #A21931;
 }
</style>
border-color css

<style>
 span { border-color: #A21931; }

 span { border-color: rgb(162,25,49); }

 td.TdClassName
 {
   border-color: #A21931;
 }
 .TagClassName
 {
   border-color: #A21931;
 }
</style>