#AD0116

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

Shades of Carmine #AD0116

Tints of Carmine #AD0116

Color information

#AD0116 (or 0xAD0116) is unknown color: approx Carmine. HEX triplet: AD, 01 and 16. RGB value is (173,1,22). Sum of RGB (Red+Green+Blue) = 173+1+22=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0116 is #52FEE9. Grayscale: #363636. Windows color (decimal): -5439210 or 1442221. OLE color: 1442221.

HSL color Cylindrical-coordinate representation of color #AD0116: hue angle of 352.67º degrees, saturation: 0.99, 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 #AD0116 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB173122-
CMYK00.990.870.32
HSL352.67º98.85%34.12%-
HSV(B)352.67º99.42%67.84%-
XYZ17.398.961.57-
YUV54.82109.48212.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 88.27%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=88.27%
G=0.51%
B=11.22%

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
Decimal17312200.990.870.32352.6798.8534.12
HexAD11606357201616322
Octal25512601431274054114342
Binary101011011101100110001110101111000001011000011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0116; }

 p { color: rgb(173,1,22); }

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

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

 a { background-color: rgb(173,1,22); }

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

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

 span { border-color: rgb(173,1,22); }

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