Html Css Color HEX #AB1816 Fire Brick

📋 copy color: '#AB1816'

red 171 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #AB1816

Tints of Fire Brick #AB1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

 BLUE value IS 22 (8.98% from 255) = 10.14%

R = 78.8%
G = 11.06%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB1816 (or 0xAB1816) is known color: Fire Brick. HEX triplet: AB, 18 and 16. RGB value is (171,24,22). Sum of RGB (Red+Green+Blue) = 171+24+22=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1816 is #54E7E9. Grayscale: #434343. Windows color (decimal): -5564394 or 1448107. OLE color: 1448107.

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

Color convert

RGB 171 24 22 -
CMYK 0 0.86 0.87 0.33
HSL 0.81º 0.77% 0.38% -
HSV(B) 0.81º 0.87% 0.67% -
XYZ 17.27 9.37 1.66 -
YUV 67.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 171 24 22 0 0.86 0.87 0.33 0.81 0.77 0.38
Hex AB 18 16 0 56 57 21 1 4D 26
Octal 253 30 26 0 126 127 41 1 115 46
Binary 10101011 11000 10110 0 1010110 1010111 100001 1 1001101 100110

Color Harmonies of #AB1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1816

Black with #AB1816

Text Example


Text Example

White with #AB1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1816; }

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

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

background-color css

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

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

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

border-color css

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

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

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