Html Css Color HEX #AB1712 Fire Brick

📋 copy color: '#AB1712'

red 171 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #AB1712

Tints of Fire Brick #AB1712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.49%

R = 80.66%
G = 10.85%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB1712 (or 0xAB1712) is known color: Fire Brick. HEX triplet: AB, 17 and 12. RGB value is (171,23,18). Sum of RGB (Red+Green+Blue) = 171+23+18=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1712 is #54E8ED. Grayscale: #424242. Windows color (decimal): -5564654 or 1185707. OLE color: 1185707.

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

Color convert

RGB 171 23 18 -
CMYK 0 0.87 0.89 0.33
HSL 1.96º 0.81% 0.37% -
HSV(B) 1.96º 0.89% 0.67% -
XYZ 17.21 9.31 1.46 -
YUV 66.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 171 23 18 0 0.87 0.89 0.33 1.96 0.81 0.37
Hex AB 17 12 0 57 59 21 2 51 25
Octal 253 27 22 0 127 131 41 2 121 45
Binary 10101011 10111 10010 0 1010111 1011001 100001 10 1010001 100101

Color Harmonies of #AB1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1712

Black with #AB1712

Text Example


Text Example

White with #AB1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1712; }

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

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

background-color css

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

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

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

border-color css

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

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

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