Html Css Color HEX #AB1612 Fire Brick

📋 copy color: '#AB1612'

red 171 ◦ green 22 ◦ blue 18

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

Shades of Fire Brick #AB1612

Tints of Fire Brick #AB1612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

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

R = 81.04%
G = 10.43%
B = 8.53%

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

#AB1612 (or 0xAB1612) is known color: Fire Brick. HEX triplet: AB, 16 and 12. RGB value is (171,22,18). Sum of RGB (Red+Green+Blue) = 171+22+18=211 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.04% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1612 is #54E9ED. Grayscale: #424242. Windows color (decimal): -5564910 or 1185451. OLE color: 1185451.

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

Color convert

RGB 171 22 18 -
CMYK 0 0.87 0.89 0.33
HSL 1.57º 0.81% 0.37% -
HSV(B) 1.57º 0.89% 0.67% -
XYZ 17.19 9.28 1.46 -
YUV 66.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 171 22 18 0 0.87 0.89 0.33 1.57 0.81 0.37
Hex AB 16 12 0 57 59 21 2 51 25
Octal 253 26 22 0 127 131 41 2 121 45
Binary 10101011 10110 10010 0 1010111 1011001 100001 10 1010001 100101

Color Harmonies of #AB1612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1612

Black with #AB1612

Text Example


Text Example

White with #AB1612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1612; }

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

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

background-color css

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

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

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

border-color css

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

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

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