Html Css Color HEX #A01716 Fire Brick

📋 copy color: '#A01716'

red 160 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #A01716

Tints of Fire Brick #A01716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

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

R = 78.05%
G = 11.22%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A01716 (or 0xA01716) is known color: Fire Brick. HEX triplet: A0, 17 and 16. RGB value is (160,23,22). Sum of RGB (Red+Green+Blue) = 160+23+22=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A01716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01716 is #5FE8E9. Grayscale: #3F3F3F. Windows color (decimal): -6285546 or 1447840. OLE color: 1447840.

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

Color convert

RGB 160 23 22 -
CMYK 0 0.86 0.86 0.37
HSL 0.43º 0.76% 0.36% -
HSV(B) 0.43º 0.86% 0.63% -
XYZ 14.95 8.14 1.54 -
YUV 63.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 160 23 22 0 0.86 0.86 0.37 0.43 0.76 0.36
Hex A0 17 16 0 56 56 25 0 4C 24
Octal 240 27 26 0 126 126 45 0 114 44
Binary 10100000 10111 10110 0 1010110 1010110 100101 0 1001100 100100

Color Harmonies of #A01716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01716

Black with #A01716

Text Example


Text Example

White with #A01716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01716; }

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

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

background-color css

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

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

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

border-color css

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

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

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