#A12004

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

Shades of Fire Brick #A12004

Tints of Fire Brick #A12004

Color information

#A12004 (or 0xA12004) is unknown color: approx Fire Brick. HEX triplet: A1, 20 and 04. RGB value is (161,32,4). Sum of RGB (Red+Green+Blue) = 161+32+4=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A12004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12004 is #5EDFFB. Grayscale: #434343. Windows color (decimal): -6217724 or 270497. OLE color: 270497.

HSL color Cylindrical-coordinate representation of color #A12004: hue angle of 10.7º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A12004 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB161324-
CMYK00.800.980.37
HSL10.7º95.15%32.35%-
HSV(B)10.7º97.52%63.14%-
XYZ15.248.620.98-
YUV67.3892.24194.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.73%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=81.73%
G=16.24%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16132400.800.980.3710.795.1532.35
HexA12040506225b5f20
Octal2414040120142451313740
Binary1010000110000010001010000110001010010110111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12004; }

 p { color: rgb(161,32,4); }

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

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

 a { background-color: rgb(161,32,4); }

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

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

 span { border-color: rgb(161,32,4); }

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