Html Css Color HEX #A02810 Fire Brick

📋 copy color: '#A02810'

red 160 ◦ green 40 ◦ blue 16

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

Shades of Fire Brick #A02810

Tints of Fire Brick #A02810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 74.07%
G = 18.52%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A02810 (or 0xA02810) is known color: Fire Brick. HEX triplet: A0, 28 and 10. RGB value is (160,40,16). Sum of RGB (Red+Green+Blue) = 160+40+16=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A02810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02810 is #5FD7EF. Grayscale: #494949. Windows color (decimal): -6281200 or 1058976. OLE color: 1058976.

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

Color convert

RGB 160 40 16 -
CMYK 0 0.75 0.9 0.37
HSL 10º 0.82% 0.35% -
HSV(B) 10º 0.9% 0.63% -
XYZ 15.35 9.03 1.42 -
YUV 73.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 160 40 16 0 0.75 0.9 0.37 10 0.82 0.35
Hex A0 28 10 0 4B 5A 25 A 52 23
Octal 240 50 20 0 113 132 45 12 122 43
Binary 10100000 101000 10000 0 1001011 1011010 100101 1010 1010010 100011

Color Harmonies of #A02810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02810

Black with #A02810

Text Example


Text Example

White with #A02810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02810; }

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

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

background-color css

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

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

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

border-color css

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

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

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