Html Css Color HEX #A42409 Fire Brick

📋 copy color: '#A42409'

red 164 ◦ green 36 ◦ blue 9

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

Shades of Fire Brick #A42409

Tints of Fire Brick #A42409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 78.47%
G = 17.22%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A42409 (or 0xA42409) is known color: Fire Brick. HEX triplet: A4, 24 and 09. RGB value is (164,36,9). Sum of RGB (Red+Green+Blue) = 164+36+9=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A42409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42409 is #5BDBF6. Grayscale: #474747. Windows color (decimal): -6020087 or 599204. OLE color: 599204.

HSL color Cylindrical-coordinate representation of color #A42409: hue angle of 10.45º 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 #A42409 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 9 -
CMYK 0 0.78 0.95 0.36
HSL 10.45º 0.9% 0.34% -
HSV(B) 10.45º 0.95% 0.64% -
XYZ 15.99 9.17 1.19 -
YUV 71.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 164 36 9 0 0.78 0.95 0.36 10.45 0.9 0.34
Hex A4 24 9 0 4E 5F 24 A 5A 22
Octal 244 44 11 0 116 137 44 12 132 42
Binary 10100100 100100 1001 0 1001110 1011111 100100 1010 1011010 100010

Color Harmonies of #A42409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42409

Black with #A42409

Text Example


Text Example

White with #A42409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42409; }

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

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

background-color css

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

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

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

border-color css

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

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

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