#AD0616

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

Shades of Carmine #AD0616

Tints of Carmine #AD0616

Color information

#AD0616 (or 0xAD0616) is unknown color: approx Carmine. HEX triplet: AD, 06 and 16. RGB value is (173,6,22). Sum of RGB (Red+Green+Blue) = 173+6+22=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0616 is #52F9E9. Grayscale: #393939. Windows color (decimal): -5437930 or 1443501. OLE color: 1443501.

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

Color convert

RGB173622-
CMYK00.970.870.32
HSL354.25º93.3%35.1%-
HSV(B)354.25º96.53%67.84%-
XYZ17.449.071.59-
YUV57.76107.83210.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 86.07%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=86.07%
G=2.99%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17362200.970.870.32354.2593.335.1
HexAD61606157201625d23
Octal25562601411274054213543
Binary10101101110101100110000110101111000001011000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0616; }

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

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

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

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

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

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

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

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