#A12A0F

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

Shades of Fire Brick #A12A0F

Tints of Fire Brick #A12A0F

Color information

#A12A0F (or 0xA12A0F) is unknown color: approx Fire Brick. HEX triplet: A1, 2A and 0F. RGB value is (161,42,15). Sum of RGB (Red+Green+Blue) = 161+42+15=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A0F is #5ED5F0. Grayscale: #4A4A4A. Windows color (decimal): -6215153 or 993953. OLE color: 993953.

HSL color Cylindrical-coordinate representation of color #A12A0F: hue angle of 11.1º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A12A0F is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1614215-
CMYK00.740.910.37
HSL11.1º82.95%34.51%-
HSV(B)11.1º90.68%63.14%-
XYZ15.619.271.42-
YUV74.594.42189.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.85%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=73.85%
G=19.27%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161421500.740.910.3711.182.9534.51
HexA12AF04A5B25b5323
Octal24152170112133451312343
Binary10100001101010111101001010101101110010110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A0F; }

 p { color: rgb(161,42,15); }

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

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

 a { background-color: rgb(161,42,15); }

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

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

 span { border-color: rgb(161,42,15); }

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