Html Css Color HEX #A42009 Fire Brick

📋 copy color: '#A42009'

red 164 ◦ green 32 ◦ blue 9

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

Shades of Fire Brick #A42009

Tints of Fire Brick #A42009

RGB

 RED value IS 164 (64.45% from 255) = 80%

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

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

R = 80%
G = 15.61%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A42009 (or 0xA42009) is known color: Fire Brick. HEX triplet: A4, 20 and 09. RGB value is (164,32,9). Sum of RGB (Red+Green+Blue) = 164+32+9=205 (27% of max value = 765). Red value is 164 (64.45% from 255 or 80% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 164 - color contains mainly: red. Hex color #A42009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42009 is #5BDFF6. Grayscale: #454545. Windows color (decimal): -6021111 or 598180. OLE color: 598180.

HSL color Cylindrical-coordinate representation of color #A42009: hue angle of 8.9º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A42009 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 9 -
CMYK 0 0.80 0.95 0.36
HSL 8.9º 0.9% 0.34% -
HSV(B) 8.9º 0.95% 0.64% -
XYZ 15.88 8.95 1.15 -
YUV 68.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 164 32 9 0 0.80 0.95 0.36 8.9 0.9 0.34
Hex A4 20 9 0 50 5F 24 9 5A 22
Octal 244 40 11 0 120 137 44 11 132 42
Binary 10100100 100000 1001 0 1010000 1011111 100100 1001 1011010 100010

Color Harmonies of #A42009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42009

Black with #A42009

Text Example


Text Example

White with #A42009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42009; }

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

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

background-color css

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

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

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

border-color css

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

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

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