Html Css Color HEX #AB1411 Fire Brick

📋 copy color: '#AB1411'

red 171 ◦ green 20 ◦ blue 17

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

Shades of Fire Brick #AB1411

Tints of Fire Brick #AB1411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 82.21%
G = 9.62%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB1411 (or 0xAB1411) is known color: Fire Brick. HEX triplet: AB, 14 and 11. RGB value is (171,20,17). Sum of RGB (Red+Green+Blue) = 171+20+17=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1411 is #54EBEE. Grayscale: #404040. Windows color (decimal): -5565423 or 1119403. OLE color: 1119403.

HSL color Cylindrical-coordinate representation of color #AB1411: hue angle of 1.17º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1411 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 17 -
CMYK 0 0.88 0.90 0.33
HSL 1.17º 0.82% 0.37% -
HSV(B) 1.17º 0.9% 0.67% -
XYZ 17.15 9.2 1.4 -
YUV 64.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 171 20 17 0 0.88 0.90 0.33 1.17 0.82 0.37
Hex AB 14 11 0 58 5A 21 1 52 25
Octal 253 24 21 0 130 132 41 1 122 45
Binary 10101011 10100 10001 0 1011000 1011010 100001 1 1010010 100101

Color Harmonies of #AB1411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1411

Black with #AB1411

Text Example


Text Example

White with #AB1411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1411; }

 p { color: rgb(171,20,17); }

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

background-color css

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

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

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

border-color css

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

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

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