Html Css Color HEX #A31917 Fire Brick

📋 copy color: '#A31917'

red 163 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #A31917

Tints of Fire Brick #A31917

RGB

 RED value IS 163 (64.06% from 255) = 77.25%

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

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

R = 77.25%
G = 11.85%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A31917 (or 0xA31917) is known color: Fire Brick. HEX triplet: A3, 19 and 17. RGB value is (163,25,23). Sum of RGB (Red+Green+Blue) = 163+25+23=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A31917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31917 is #5CE6E8. Grayscale: #424242. Windows color (decimal): -6088425 or 1513891. OLE color: 1513891.

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

Color convert

RGB 163 25 23 -
CMYK 0 0.85 0.86 0.36
HSL 0.86º 0.75% 0.36% -
HSV(B) 0.86º 0.86% 0.64% -
XYZ 15.61 8.54 1.64 -
YUV 66.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 163 25 23 0 0.85 0.86 0.36 0.86 0.75 0.36
Hex A3 19 17 0 55 56 24 1 4B 24
Octal 243 31 27 0 125 126 44 1 113 44
Binary 10100011 11001 10111 0 1010101 1010110 100100 1 1001011 100100

Color Harmonies of #A31917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31917

Black with #A31917

Text Example


Text Example

White with #A31917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31917; }

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

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

background-color css

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

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

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

border-color css

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

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

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