Html Css Color HEX #AB1717 Fire Brick

📋 copy color: '#AB1717'

red 171 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #AB1717

Tints of Fire Brick #AB1717

RGB

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

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

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

R = 78.8%
G = 10.6%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB1717 (or 0xAB1717) is known color: Fire Brick. HEX triplet: AB, 17 and 17. RGB value is (171,23,23). Sum of RGB (Red+Green+Blue) = 171+23+23=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1717 is #54E8E8. Grayscale: #434343. Windows color (decimal): -5564649 or 1513387. OLE color: 1513387.

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

Color convert

RGB 171 23 23 -
CMYK 0 0.87 0.87 0.33
HSL 0.76% 0.38% -
HSV(B) 0.87% 0.67% -
XYZ 17.26 9.33 1.7 -
YUV 67.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 171 23 23 0 0.87 0.87 0.33 0 0.76 0.38
Hex AB 17 17 0 57 57 21 0 4C 26
Octal 253 27 27 0 127 127 41 0 114 46
Binary 10101011 10111 10111 0 1010111 1010111 100001 0 1001100 100110

Color Harmonies of #AB1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1717

Black with #AB1717

Text Example


Text Example

White with #AB1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1717; }

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

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

background-color css

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

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

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

border-color css

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

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

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