Html Css Color HEX #AB0011 Carmine

📋 copy color: '#AB0011'

red 171 ◦ green 0 ◦ blue 17

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

Shades of Carmine #AB0011

Tints of Carmine #AB0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.96%
G = 0%
B = 9.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB0011 (or 0xAB0011) is known color: Carmine. HEX triplet: AB, 00 and 11. RGB value is (171,0,17). Sum of RGB (Red+Green+Blue) = 171+0+17=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0011 is #54FFEE. Grayscale: #353535. Windows color (decimal): -5570543 or 1114283. OLE color: 1114283.

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

Color convert

RGB 171 0 17 -
CMYK 0 1 0.90 0.33
HSL 354.04º 1% 0.34% -
HSV(B) 354.04º 1% 0.67% -
XYZ 16.9 8.7 1.32 -
YUV 53.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 171 0 17 0 1 0.90 0.33 354.04 1 0.34
Hex AB 0 11 0 64 5A 21 162 64 22
Octal 253 0 21 0 144 132 41 542 144 42
Binary 10101011 0 10001 0 1100100 1011010 100001 101100010 1100100 100010

Color Harmonies of #AB0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0011

Black with #AB0011

Text Example


Text Example

White with #AB0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0011; }

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

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

background-color css

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

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

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

border-color css

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

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

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