Html Css Color HEX #A02410 Fire Brick

📋 copy color: '#A02410'

red 160 ◦ green 36 ◦ blue 16

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

Shades of Fire Brick #A02410

Tints of Fire Brick #A02410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 75.47%
G = 16.98%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A02410 (or 0xA02410) is known color: Fire Brick. HEX triplet: A0, 24 and 10. RGB value is (160,36,16). Sum of RGB (Red+Green+Blue) = 160+36+16=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A02410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02410 is #5FDBEF. Grayscale: #474747. Windows color (decimal): -6282224 or 1057952. OLE color: 1057952.

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

Color convert

RGB 160 36 16 -
CMYK 0 0.78 0.9 0.37
HSL 8.33º 0.82% 0.35% -
HSV(B) 8.33º 0.9% 0.63% -
XYZ 15.22 8.77 1.38 -
YUV 70.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 160 36 16 0 0.78 0.9 0.37 8.33 0.82 0.35
Hex A0 24 10 0 4E 5A 25 8 52 23
Octal 240 44 20 0 116 132 45 10 122 43
Binary 10100000 100100 10000 0 1001110 1011010 100101 1000 1010010 100011

Color Harmonies of #A02410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02410

Black with #A02410

Text Example


Text Example

White with #A02410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02410; }

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

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

background-color css

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

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

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

border-color css

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

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

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