Html Css Color HEX #AB1318 Carmine

📋 copy color: '#AB1318'

red 171 ◦ green 19 ◦ blue 24

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

Shades of Carmine #AB1318

Tints of Carmine #AB1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.88%

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

R = 79.91%
G = 8.88%
B = 11.21%

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

#AB1318 (or 0xAB1318) is known color: Carmine. HEX triplet: AB, 13 and 18. RGB value is (171,19,24). Sum of RGB (Red+Green+Blue) = 171+19+24=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1318 is #54ECE7. Grayscale: #414141. Windows color (decimal): -5565672 or 1577899. OLE color: 1577899.

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

Color convert

RGB 171 19 24 -
CMYK 0 0.89 0.86 0.33
HSL 358.03º 0.8% 0.37% -
HSV(B) 358.03º 0.89% 0.67% -
XYZ 17.19 9.19 1.73 -
YUV 65.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 171 19 24 0 0.89 0.86 0.33 358.03 0.8 0.37
Hex AB 13 18 0 59 56 21 166 50 25
Octal 253 23 30 0 131 126 41 546 120 45
Binary 10101011 10011 11000 0 1011001 1010110 100001 101100110 1010000 100101

Color Harmonies of #AB1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1318

Black with #AB1318

Text Example


Text Example

White with #AB1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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