Html Css Color HEX #AB1917 Fire Brick

📋 copy color: '#AB1917'

red 171 ◦ green 25 ◦ blue 23

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

Shades of Fire Brick #AB1917

Tints of Fire Brick #AB1917

RGB

 RED value IS 171 (67.19% from 255) = 78.08%

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

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

R = 78.08%
G = 11.42%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB1917 (or 0xAB1917) is known color: Fire Brick. HEX triplet: AB, 19 and 17. RGB value is (171,25,23). Sum of RGB (Red+Green+Blue) = 171+25+23=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1917 is #54E6E8. Grayscale: #444444. Windows color (decimal): -5564137 or 1513899. OLE color: 1513899.

HSL color Cylindrical-coordinate representation of color #AB1917: hue angle of 0.81º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1917 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 25 23 -
CMYK 0 0.85 0.87 0.33
HSL 0.81º 0.76% 0.38% -
HSV(B) 0.81º 0.87% 0.67% -
XYZ 17.3 9.42 1.72 -
YUV 68.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 171 25 23 0 0.85 0.87 0.33 0.81 0.76 0.38
Hex AB 19 17 0 55 57 21 1 4C 26
Octal 253 31 27 0 125 127 41 1 114 46
Binary 10101011 11001 10111 0 1010101 1010111 100001 1 1001100 100110

Color Harmonies of #AB1917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1917

Black with #AB1917

Text Example


Text Example

White with #AB1917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1917; }

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

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

background-color css

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

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

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

border-color css

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

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

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