Html Css Color HEX #AB1518 Carmine

📋 copy color: '#AB1518'

red 171 ◦ green 21 ◦ blue 24

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

Shades of Carmine #AB1518

Tints of Carmine #AB1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 79.17%
G = 9.72%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB1518 (or 0xAB1518) is known color: Carmine. HEX triplet: AB, 15 and 18. RGB value is (171,21,24). Sum of RGB (Red+Green+Blue) = 171+21+24=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1518 is #54EAE7. Grayscale: #424242. Windows color (decimal): -5565160 or 1578411. OLE color: 1578411.

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

Color convert

RGB 171 21 24 -
CMYK 0 0.88 0.86 0.33
HSL 358.8º 0.78% 0.38% -
HSV(B) 358.8º 0.88% 0.67% -
XYZ 17.23 9.26 1.74 -
YUV 66.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 171 21 24 0 0.88 0.86 0.33 358.8 0.78 0.38
Hex AB 15 18 0 58 56 21 167 4E 26
Octal 253 25 30 0 130 126 41 547 116 46
Binary 10101011 10101 11000 0 1011000 1010110 100001 101100111 1001110 100110

Color Harmonies of #AB1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1518

Black with #AB1518

Text Example


Text Example

White with #AB1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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