#AB1721

Color #AB1721 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AB1721

Tints of Carmine #AB1721

Color information

#AB1721 (or 0xAB1721) is unknown color: approx Carmine. HEX triplet: AB, 17 and 21. RGB value is (171,23,33). Sum of RGB (Red+Green+Blue) = 171+23+33=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1721 is #54E8DE. Grayscale: #444444. Windows color (decimal): -5564639 or 2168747. OLE color: 2168747.

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

Color convert

RGB1712333-
CMYK00.870.810.33
HSL355.95º76.29%38.04%-
HSV(B)355.95º86.55%67.06%-
XYZ17.389.382.33-
YUV68.39108.03201.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.33%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=75.33%
G=10.13%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171233300.870.810.33355.9576.2938.04
HexAB172105751211644c26
Octal253274101271214154411446
Binary10101011101111000010101011110100011000011011001001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1721; }

 p { color: rgb(171,23,33); }

 H1.HeaderClassName
 {
   color: #AB1721;
 }
 .AnyTagClassName
 {
   color: #AB1721;
 }
</style>
background-color css

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

 a { background-color: rgb(171,23,33); }

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

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

 span { border-color: rgb(171,23,33); }

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