Html Css Color HEX #A02017 Fire Brick

📋 copy color: '#A02017'

red 160 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #A02017

Tints of Fire Brick #A02017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.7%

R = 74.42%
G = 14.88%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A02017 (or 0xA02017) is known color: Fire Brick. HEX triplet: A0, 20 and 17. RGB value is (160,32,23). Sum of RGB (Red+Green+Blue) = 160+32+23=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A02017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02017 is #5FDFE8. Grayscale: #454545. Windows color (decimal): -6283241 or 1515680. OLE color: 1515680.

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

Color convert

RGB 160 32 23 -
CMYK 0 0.80 0.86 0.37
HSL 3.94º 0.75% 0.36% -
HSV(B) 3.94º 0.86% 0.63% -
XYZ 15.17 8.57 1.67 -
YUV 69.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 160 32 23 0 0.80 0.86 0.37 3.94 0.75 0.36
Hex A0 20 17 0 50 56 25 4 4B 24
Octal 240 40 27 0 120 126 45 4 113 44
Binary 10100000 100000 10111 0 1010000 1010110 100101 100 1001011 100100

Color Harmonies of #A02017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02017

Black with #A02017

Text Example


Text Example

White with #A02017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02017; }

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

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

background-color css

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

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

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

border-color css

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

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

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