#A21616

Color #A21616 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A21616

Tints of Fire Brick #A21616

Color information

#A21616 (or 0xA21616) is unknown color: approx Fire Brick. HEX triplet: A2, 16 and 16. RGB value is (162,22,22). Sum of RGB (Red+Green+Blue) = 162+22+22=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A21616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21616 is #5DE9E9. Grayscale: #404040. Windows color (decimal): -6154730 or 1447586. OLE color: 1447586.

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

Color convert

RGB1622222-
CMYK00.860.860.36
HSL76.09%36.08%-
HSV(B)86.42%63.53%-
XYZ15.338.311.56-
YUV63.86104.38198-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.64%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=78.64%
G=10.68%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162222200.860.860.36076.0936.08
HexA21616056562404c24
Octal2422626012612644011444
Binary10100010101101011001010110101011010010001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21616; }

 p { color: rgb(162,22,22); }

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

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

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

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

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

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

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