Html Css Color HEX #A01917 Fire Brick

📋 copy color: '#A01917'

red 160 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #A01917

Tints of Fire Brick #A01917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 76.92%
G = 12.02%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A01917 (or 0xA01917) is known color: Fire Brick. HEX triplet: A0, 19 and 17. RGB value is (160,25,23). Sum of RGB (Red+Green+Blue) = 160+25+23=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A01917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01917 is #5FE6E8. Grayscale: #414141. Windows color (decimal): -6285033 or 1513888. OLE color: 1513888.

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

Color convert

RGB 160 25 23 -
CMYK 0 0.84 0.86 0.37
HSL 0.88º 0.75% 0.36% -
HSV(B) 0.88º 0.86% 0.63% -
XYZ 15 8.23 1.61 -
YUV 65.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 160 25 23 0 0.84 0.86 0.37 0.88 0.75 0.36
Hex A0 19 17 0 54 56 25 1 4B 24
Octal 240 31 27 0 124 126 45 1 113 44
Binary 10100000 11001 10111 0 1010100 1010110 100101 1 1001011 100100

Color Harmonies of #A01917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01917

Black with #A01917

Text Example


Text Example

White with #A01917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01917; }

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

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

background-color css

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

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

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

border-color css

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

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

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