Html Css Color HEX #AB2112 Fire Brick

📋 copy color: '#AB2112'

red 171 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #AB2112

Tints of Fire Brick #AB2112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

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

R = 77.03%
G = 14.86%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB2112 (or 0xAB2112) is known color: Fire Brick. HEX triplet: AB, 21 and 12. RGB value is (171,33,18). Sum of RGB (Red+Green+Blue) = 171+33+18=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2112 is #54DEED. Grayscale: #484848. Windows color (decimal): -5562094 or 1188267. OLE color: 1188267.

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

Color convert

RGB 171 33 18 -
CMYK 0 0.81 0.89 0.33
HSL 5.88º 0.81% 0.37% -
HSV(B) 5.88º 0.89% 0.67% -
XYZ 17.45 9.79 1.54 -
YUV 72.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 171 33 18 0 0.81 0.89 0.33 5.88 0.81 0.37
Hex AB 21 12 0 51 59 21 6 51 25
Octal 253 41 22 0 121 131 41 6 121 45
Binary 10101011 100001 10010 0 1010001 1011001 100001 110 1010001 100101

Color Harmonies of #AB2112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2112

Black with #AB2112

Text Example


Text Example

White with #AB2112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2112; }

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

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

background-color css

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

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

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

border-color css

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

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

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