Html Css Color HEX #A02009 Fire Brick

📋 copy color: '#A02009'

red 160 ◦ green 32 ◦ blue 9

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

Shades of Fire Brick #A02009

Tints of Fire Brick #A02009

RGB

 RED value IS 160 (62.89% from 255) = 79.6%

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 79.6%
G = 15.92%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A02009 (or 0xA02009) is known color: Fire Brick. HEX triplet: A0, 20 and 09. RGB value is (160,32,9). Sum of RGB (Red+Green+Blue) = 160+32+9=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A02009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02009 is #5FDFF6. Grayscale: #434343. Windows color (decimal): -6283255 or 598176. OLE color: 598176.

HSL color Cylindrical-coordinate representation of color #A02009: hue angle of 9.14º 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 #A02009 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 9 -
CMYK 0 0.80 0.94 0.37
HSL 9.14º 0.89% 0.33% -
HSV(B) 9.14º 0.94% 0.63% -
XYZ 15.06 8.53 1.11 -
YUV 67.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 160 32 9 0 0.80 0.94 0.37 9.14 0.89 0.33
Hex A0 20 9 0 50 5E 25 9 59 21
Octal 240 40 11 0 120 136 45 11 131 41
Binary 10100000 100000 1001 0 1010000 1011110 100101 1001 1011001 100001

Color Harmonies of #A02009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02009

Black with #A02009

Text Example


Text Example

White with #A02009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02009; }

 p { color: rgb(160,32,9); }

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

background-color css

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

 a { background-color: rgb(160,32,9); }

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

border-color css

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

 span { border-color: rgb(160,32,9); }

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