Html Css Color HEX #AB1716 Fire Brick

📋 copy color: '#AB1716'

red 171 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #AB1716

Tints of Fire Brick #AB1716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 79.17%
G = 10.65%
B = 10.19%

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

#AB1716 (or 0xAB1716) is known color: Fire Brick. HEX triplet: AB, 17 and 16. RGB value is (171,23,22). Sum of RGB (Red+Green+Blue) = 171+23+22=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1716 is #54E8E9. Grayscale: #434343. Windows color (decimal): -5564650 or 1447851. OLE color: 1447851.

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

Color convert

RGB 171 23 22 -
CMYK 0 0.87 0.87 0.33
HSL 0.4º 0.77% 0.38% -
HSV(B) 0.4º 0.87% 0.67% -
XYZ 17.25 9.33 1.65 -
YUV 67.14 102.53 202.08 -
System Red Green Blue C M Y K H S L
Decimal 171 23 22 0 0.87 0.87 0.33 0.4 0.77 0.38
Hex AB 17 16 0 57 57 21 0 4D 26
Octal 253 27 26 0 127 127 41 0 115 46
Binary 10101011 10111 10110 0 1010111 1010111 100001 0 1001101 100110

Color Harmonies of #AB1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1716

Black with #AB1716

Text Example


Text Example

White with #AB1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1716; }

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

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

background-color css

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

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

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

border-color css

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

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

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