Html Css Color HEX #AB2011 Fire Brick

📋 copy color: '#AB2011'

red 171 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #AB2011

Tints of Fire Brick #AB2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

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

R = 77.73%
G = 14.55%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB2011 (or 0xAB2011) is known color: Fire Brick. HEX triplet: AB, 20 and 11. RGB value is (171,32,17). Sum of RGB (Red+Green+Blue) = 171+32+17=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2011 is #54DFEE. Grayscale: #484848. Windows color (decimal): -5562351 or 1122475. OLE color: 1122475.

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

Color convert

RGB 171 32 17 -
CMYK 0 0.81 0.90 0.33
HSL 5.84º 0.82% 0.37% -
HSV(B) 5.84º 0.9% 0.67% -
XYZ 17.41 9.73 1.49 -
YUV 71.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 171 32 17 0 0.81 0.90 0.33 5.84 0.82 0.37
Hex AB 20 11 0 51 5A 21 6 52 25
Octal 253 40 21 0 121 132 41 6 122 45
Binary 10101011 100000 10001 0 1010001 1011010 100001 110 1010010 100101

Color Harmonies of #AB2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2011

Black with #AB2011

Text Example


Text Example

White with #AB2011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2011; }

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

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

background-color css

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

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

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

border-color css

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

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

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