#A92116

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

Shades of Fire Brick #A92116

Tints of Fire Brick #A92116

Color information

#A92116 (or 0xA92116) is unknown color: approx Fire Brick. HEX triplet: A9, 21 and 16. RGB value is (169,33,22). Sum of RGB (Red+Green+Blue) = 169+33+22=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A92116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92116 is #56DEE9. Grayscale: #484848. Windows color (decimal): -5693162 or 1450409. OLE color: 1450409.

HSL color Cylindrical-coordinate representation of color #A92116: hue angle of 4.49º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A92116 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB1693322-
CMYK00.800.870.34
HSL4.49º76.96%37.45%-
HSV(B)4.49º86.98%66.27%-
XYZ17.059.581.71-
YUV72.4199.56196.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 75.45%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=75.45%
G=14.73%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169332200.800.870.344.4976.9637.45
HexA92116050572244d25
Octal2514126012012742411545
Binary10101001100001101100101000010101111000101001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92116; }

 p { color: rgb(169,33,22); }

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

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

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

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

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

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

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