Html Css Color HEX #A02016 Fire Brick

📋 copy color: '#A02016'

red 160 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #A02016

Tints of Fire Brick #A02016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.28%

R = 74.77%
G = 14.95%
B = 10.28%

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

#A02016 (or 0xA02016) is known color: Fire Brick. HEX triplet: A0, 20 and 16. RGB value is (160,32,22). Sum of RGB (Red+Green+Blue) = 160+32+22=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A02016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02016 is #5FDFE9. Grayscale: #454545. Windows color (decimal): -6283242 or 1450144. OLE color: 1450144.

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

Color convert

RGB 160 32 22 -
CMYK 0 0.80 0.86 0.37
HSL 4.35º 0.76% 0.36% -
HSV(B) 4.35º 0.86% 0.63% -
XYZ 15.16 8.56 1.61 -
YUV 69.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 160 32 22 0 0.80 0.86 0.37 4.35 0.76 0.36
Hex A0 20 16 0 50 56 25 4 4C 24
Octal 240 40 26 0 120 126 45 4 114 44
Binary 10100000 100000 10110 0 1010000 1010110 100101 100 1001100 100100

Color Harmonies of #A02016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02016

Black with #A02016

Text Example


Text Example

White with #A02016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02016; }

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

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

background-color css

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

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

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

border-color css

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

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

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