#A12306

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

Shades of Fire Brick #A12306

Tints of Fire Brick #A12306

Color information

#A12306 (or 0xA12306) is unknown color: approx Fire Brick. HEX triplet: A1, 23 and 06. RGB value is (161,35,6). Sum of RGB (Red+Green+Blue) = 161+35+6=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A12306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12306 is #5EDCF9. Grayscale: #454545. Windows color (decimal): -6216954 or 402337. OLE color: 402337.

HSL color Cylindrical-coordinate representation of color #A12306: hue angle of 11.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A12306 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161356-
CMYK00.780.960.37
HSL11.23º92.81%32.75%-
HSV(B)11.23º96.27%63.14%-
XYZ15.338.791.06-
YUV69.3792.24193.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 79.70%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 6 (2.73% from 255) = 2.97%
R=79.70%
G=17.33%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16135600.780.960.3711.2392.8132.75
HexA123604E6025b5d21
Octal2414360116140451313541
Binary1010000110001111001001110110000010010110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12306; }

 p { color: rgb(161,35,6); }

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

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

 a { background-color: rgb(161,35,6); }

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

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

 span { border-color: rgb(161,35,6); }

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