#A21716

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

Shades of Fire Brick #A21716

Tints of Fire Brick #A21716

Color information

#A21716 (or 0xA21716) is unknown color: approx Fire Brick. HEX triplet: A2, 17 and 16. RGB value is (162,23,22). Sum of RGB (Red+Green+Blue) = 162+23+22=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A21716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21716 is #5DE8E9. Grayscale: #404040. Windows color (decimal): -6154474 or 1447842. OLE color: 1447842.

HSL color Cylindrical-coordinate representation of color #A21716: hue angle of 0.43º 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 #A21716 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1622322-
CMYK00.860.860.36
HSL0.43º76.09%36.08%-
HSV(B)0.43º86.42%63.53%-
XYZ15.358.351.56-
YUV64.45104.05197.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.26%
GREEN value IS 23 (9.38% from 255) = 11.11%
BLUE value IS 22 (8.98% from 255) = 10.63%
R=78.26%
G=11.11%
B=10.63%

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
Decimal162232200.860.860.360.4376.0936.08
HexA21716056562404c24
Octal2422726012612644011444
Binary10100010101111011001010110101011010010001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21716; }

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

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

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

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

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

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

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

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