Html Css Color HEX #A02404 Fire Brick

📋 copy color: '#A02404'

red 160 ◦ green 36 ◦ blue 4

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

Shades of Fire Brick #A02404

Tints of Fire Brick #A02404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2%

R = 80%
G = 18%
B = 2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A02404 (or 0xA02404) is known color: Fire Brick. HEX triplet: A0, 24 and 04. RGB value is (160,36,4). Sum of RGB (Red+Green+Blue) = 160+36+4=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A02404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02404 is #5FDBFB. Grayscale: #454545. Windows color (decimal): -6282236 or 271520. OLE color: 271520.

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

Color convert

RGB 160 36 4 -
CMYK 0 0.78 0.98 0.37
HSL 12.31º 0.95% 0.32% -
HSV(B) 12.31º 0.98% 0.63% -
XYZ 15.15 8.74 1 -
YUV 69.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 160 36 4 0 0.78 0.98 0.37 12.31 0.95 0.32
Hex A0 24 4 0 4E 62 25 C 5F 20
Octal 240 44 4 0 116 142 45 14 137 40
Binary 10100000 100100 100 0 1001110 1100010 100101 1100 1011111 100000

Color Harmonies of #A02404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02404

Black with #A02404

Text Example


Text Example

White with #A02404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02404; }

 p { color: rgb(160,36,4); }

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

background-color css

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

 a { background-color: rgb(160,36,4); }

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

border-color css

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

 span { border-color: rgb(160,36,4); }

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