Html Css Color HEX #AB0D11 Carmine

📋 copy color: '#AB0D11'

red 171 ◦ green 13 ◦ blue 17

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

Shades of Carmine #AB0D11

Tints of Carmine #AB0D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.47%

 BLUE value IS 17 (7.03% from 255) = 8.46%

R = 85.07%
G = 6.47%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB0D11 (or 0xAB0D11) is known color: Carmine. HEX triplet: AB, 0D and 11. RGB value is (171,13,17). Sum of RGB (Red+Green+Blue) = 171+13+17=201 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.07% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0D11 is #54F2EE. Grayscale: #3C3C3C. Windows color (decimal): -5567215 or 1117611. OLE color: 1117611.

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

Color convert

RGB 171 13 17 -
CMYK 0 0.92 0.90 0.33
HSL 358.48º 0.86% 0.36% -
HSV(B) 358.48º 0.92% 0.67% -
XYZ 17.04 8.99 1.37 -
YUV 60.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 171 13 17 0 0.92 0.90 0.33 358.48 0.86 0.36
Hex AB D 11 0 5C 5A 21 166 56 24
Octal 253 15 21 0 134 132 41 546 126 44
Binary 10101011 1101 10001 0 1011100 1011010 100001 101100110 1010110 100100

Color Harmonies of #AB0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0D11

Black with #AB0D11

Text Example


Text Example

White with #AB0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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