Html Css Color HEX #A02019 Fire Brick

📋 copy color: '#A02019'

red 160 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #A02019

Tints of Fire Brick #A02019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.52%

R = 73.73%
G = 14.75%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A02019 (or 0xA02019) is known color: Fire Brick. HEX triplet: A0, 20 and 19. RGB value is (160,32,25). Sum of RGB (Red+Green+Blue) = 160+32+25=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A02019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02019 is #5FDFE6. Grayscale: #454545. Windows color (decimal): -6283239 or 1646752. OLE color: 1646752.

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

Color convert

RGB 160 32 25 -
CMYK 0 0.80 0.84 0.37
HSL 3.11º 0.73% 0.36% -
HSV(B) 3.11º 0.84% 0.63% -
XYZ 15.19 8.58 1.77 -
YUV 69.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 160 32 25 0 0.80 0.84 0.37 3.11 0.73 0.36
Hex A0 20 19 0 50 54 25 3 49 24
Octal 240 40 31 0 120 124 45 3 111 44
Binary 10100000 100000 11001 0 1010000 1010100 100101 11 1001001 100100

Color Harmonies of #A02019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02019

Black with #A02019

Text Example


Text Example

White with #A02019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02019; }

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

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

background-color css

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

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

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

border-color css

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

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

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