Html Css Color HEX #A12609 Fire Brick

📋 copy color: '#A12609'

red 161 ◦ green 38 ◦ blue 9

#A12609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #A12609

Tints of Fire Brick #A12609

RGB

 RED value IS 161 (63.28% from 255) = 77.4%

 GREEN value IS 38 (15.23% from 255) = 18.27%

 BLUE value IS 9 (3.91% from 255) = 4.33%

R = 77.4%
G = 18.27%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A12609 (or 0xA12609) is known color: Fire Brick. HEX triplet: A1, 26 and 09. RGB value is (161,38,9). Sum of RGB (Red+Green+Blue) = 161+38+9=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A12609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12609 is #5ED9F6. Grayscale: #474747. Windows color (decimal): -6216183 or 599713. OLE color: 599713.

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

Color convert

RGB 161 38 9 -
CMYK 0 0.76 0.94 0.37
HSL 11.45º 0.89% 0.33% -
HSV(B) 11.45º 0.94% 0.63% -
XYZ 15.44 8.98 1.18 -
YUV 71.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 161 38 9 0 0.76 0.94 0.37 11.45 0.89 0.33
Hex A1 26 9 0 4C 5E 25 B 59 21
Octal 241 46 11 0 114 136 45 13 131 41
Binary 10100001 100110 1001 0 1001100 1011110 100101 1011 1011001 100001

Color Harmonies of #A12609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12609

Black with #A12609

Text Example


Text Example

White with #A12609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12609; }

 p { color: rgb(161,38,9); }

 H1.HeaderClassName
 {
   color: #A12609;
 }
 .AnyTagClassName
 {
   color: #A12609;
 }
</style>

background-color css

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

 a { background-color: rgb(161,38,9); }

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

border-color css

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

 span { border-color: rgb(161,38,9); }

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