#AD0217

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

Shades of Carmine #AD0217

Tints of Carmine #AD0217

Color information

#AD0217 (or 0xAD0217) is unknown color: approx Carmine. HEX triplet: AD, 02 and 17. RGB value is (173,2,23). Sum of RGB (Red+Green+Blue) = 173+2+23=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0217 is #52FDE8. Grayscale: #373737. Windows color (decimal): -5438953 or 1508013. OLE color: 1508013.

HSL color Cylindrical-coordinate representation of color #AD0217: hue angle of 352.63º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0217 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB173223-
CMYK00.990.870.32
HSL352.63º97.71%34.31%-
HSV(B)352.63º98.84%67.84%-
XYZ17.418.991.63-
YUV55.52109.65211.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 87.37%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 23 (9.38% from 255) = 11.62%
R=87.37%
G=1.01%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17322300.990.870.32352.6397.7134.31
HexAD21706357201616222
Octal25522701431274054114242
Binary1010110110101110110001110101111000001011000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0217; }

 p { color: rgb(173,2,23); }

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

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

 a { background-color: rgb(173,2,23); }

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

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

 span { border-color: rgb(173,2,23); }

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