Html Css Color HEX #A02014 Fire Brick

📋 copy color: '#A02014'

red 160 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #A02014

Tints of Fire Brick #A02014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 75.47%
G = 15.09%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A02014 (or 0xA02014) is known color: Fire Brick. HEX triplet: A0, 20 and 14. RGB value is (160,32,20). Sum of RGB (Red+Green+Blue) = 160+32+20=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A02014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02014 is #5FDFEB. Grayscale: #454545. Windows color (decimal): -6283244 or 1319072. OLE color: 1319072.

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

Color convert

RGB 160 32 20 -
CMYK 0 0.80 0.88 0.37
HSL 5.14º 0.78% 0.35% -
HSV(B) 5.14º 0.88% 0.63% -
XYZ 15.14 8.56 1.52 -
YUV 68.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 160 32 20 0 0.80 0.88 0.37 5.14 0.78 0.35
Hex A0 20 14 0 50 58 25 5 4E 23
Octal 240 40 24 0 120 130 45 5 116 43
Binary 10100000 100000 10100 0 1010000 1011000 100101 101 1001110 100011

Color Harmonies of #A02014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02014

Black with #A02014

Text Example


Text Example

White with #A02014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02014; }

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

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

background-color css

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

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

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

border-color css

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

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

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