Html Css Color HEX #A02010 Fire Brick

📋 copy color: '#A02010'

red 160 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #A02010

Tints of Fire Brick #A02010

RGB

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

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

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

R = 76.92%
G = 15.38%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A02010 (or 0xA02010) is known color: Fire Brick. HEX triplet: A0, 20 and 10. RGB value is (160,32,16). Sum of RGB (Red+Green+Blue) = 160+32+16=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A02010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02010 is #5FDFEF. Grayscale: #444444. Windows color (decimal): -6283248 or 1056928. OLE color: 1056928.

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

Color convert

RGB 160 32 16 -
CMYK 0 0.80 0.9 0.37
HSL 6.67º 0.82% 0.35% -
HSV(B) 6.67º 0.9% 0.63% -
XYZ 15.11 8.54 1.34 -
YUV 68.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 160 32 16 0 0.80 0.9 0.37 6.67 0.82 0.35
Hex A0 20 10 0 50 5A 25 7 52 23
Octal 240 40 20 0 120 132 45 7 122 43
Binary 10100000 100000 10000 0 1010000 1011010 100101 111 1010010 100011

Color Harmonies of #A02010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02010

Black with #A02010

Text Example


Text Example

White with #A02010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02010; }

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

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

background-color css

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

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

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

border-color css

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

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

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