Html Css Color HEX #AB1218 Carmine

📋 copy color: '#AB1218'

red 171 ◦ green 18 ◦ blue 24

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

Shades of Carmine #AB1218

Tints of Carmine #AB1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.45%

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

R = 80.28%
G = 8.45%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB1218 (or 0xAB1218) is known color: Carmine. HEX triplet: AB, 12 and 18. RGB value is (171,18,24). Sum of RGB (Red+Green+Blue) = 171+18+24=213 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.28% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1218 is #54EDE7. Grayscale: #404040. Windows color (decimal): -5565928 or 1577643. OLE color: 1577643.

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

Color convert

RGB 171 18 24 -
CMYK 0 0.89 0.86 0.33
HSL 357.65º 0.81% 0.37% -
HSV(B) 357.65º 0.89% 0.67% -
XYZ 17.18 9.16 1.73 -
YUV 64.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 171 18 24 0 0.89 0.86 0.33 357.65 0.81 0.37
Hex AB 12 18 0 59 56 21 166 51 25
Octal 253 22 30 0 131 126 41 546 121 45
Binary 10101011 10010 11000 0 1011001 1010110 100001 101100110 1010001 100101

Color Harmonies of #AB1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1218

Black with #AB1218

Text Example


Text Example

White with #AB1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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