#AB0610

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

Shades of Carmine #AB0610

Tints of Carmine #AB0610

Color information

#AB0610 (or 0xAB0610) is unknown color: approx Carmine. HEX triplet: AB, 06 and 10. RGB value is (171,6,16). Sum of RGB (Red+Green+Blue) = 171+6+16=193 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.60% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0610 is #54F9EF. Grayscale: #383838. Windows color (decimal): -5569008 or 1050283. OLE color: 1050283.

HSL color Cylindrical-coordinate representation of color #AB0610: hue angle of 356.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0610 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB171616-
CMYK00.960.910.33
HSL356.36º93.22%34.71%-
HSV(B)356.36º96.49%67.06%-
XYZ16.958.831.3-
YUV56.47105.16209.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 88.60%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=88.60%
G=3.11%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17161600.960.910.33356.3693.2234.71
HexAB6100605B211645d23
Octal25362001401334154413543
Binary10101011110100000110000010110111000011011001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0610; }

 p { color: rgb(171,6,16); }

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

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

 a { background-color: rgb(171,6,16); }

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

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

 span { border-color: rgb(171,6,16); }

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