Html Css Color HEX #A81917 Fire Brick

📋 copy color: '#A81917'

red 168 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #A81917

Tints of Fire Brick #A81917

RGB

 RED value IS 168 (66.02% from 255) = 77.78%

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

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

R = 77.78%
G = 11.57%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81917 (or 0xA81917) is known color: Fire Brick. HEX triplet: A8, 19 and 17. RGB value is (168,25,23). Sum of RGB (Red+Green+Blue) = 168+25+23=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A81917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81917 is #57E6E8. Grayscale: #434343. Windows color (decimal): -5760745 or 1513896. OLE color: 1513896.

HSL color Cylindrical-coordinate representation of color #A81917: hue angle of 0.83º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81917 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 23 -
CMYK 0 0.85 0.86 0.34
HSL 0.83º 0.76% 0.37% -
HSV(B) 0.83º 0.86% 0.66% -
XYZ 16.65 9.08 1.69 -
YUV 67.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 168 25 23 0 0.85 0.86 0.34 0.83 0.76 0.37
Hex A8 19 17 0 55 56 22 1 4C 25
Octal 250 31 27 0 125 126 42 1 114 45
Binary 10101000 11001 10111 0 1010101 1010110 100010 1 1001100 100101

Color Harmonies of #A81917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81917

Black with #A81917

Text Example


Text Example

White with #A81917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81917; }

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

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

background-color css

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

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

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

border-color css

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

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

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