Html Css Color HEX #AB1118 Carmine

📋 copy color: '#AB1118'

red 171 ◦ green 17 ◦ blue 24

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

Shades of Carmine #AB1118

Tints of Carmine #AB1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

 BLUE value IS 24 (9.77% from 255) = 11.32%

R = 80.66%
G = 8.02%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB1118 (or 0xAB1118) is known color: Carmine. HEX triplet: AB, 11 and 18. RGB value is (171,17,24). Sum of RGB (Red+Green+Blue) = 171+17+24=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1118 is #54EEE7. Grayscale: #3F3F3F. Windows color (decimal): -5566184 or 1577387. OLE color: 1577387.

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

Color convert

RGB 171 17 24 -
CMYK 0 0.90 0.86 0.33
HSL 357.27º 0.82% 0.37% -
HSV(B) 357.27º 0.9% 0.67% -
XYZ 17.16 9.12 1.72 -
YUV 63.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 171 17 24 0 0.90 0.86 0.33 357.27 0.82 0.37
Hex AB 11 18 0 5A 56 21 165 52 25
Octal 253 21 30 0 132 126 41 545 122 45
Binary 10101011 10001 11000 0 1011010 1010110 100001 101100101 1010010 100101

Color Harmonies of #AB1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1118

Black with #AB1118

Text Example


Text Example

White with #AB1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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