#AD0510

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

Shades of Carmine #AD0510

Tints of Carmine #AD0510

Color information

#AD0510 (or 0xAD0510) is unknown color: approx Carmine. HEX triplet: AD, 05 and 10. RGB value is (173,5,16). Sum of RGB (Red+Green+Blue) = 173+5+16=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0510 is #52FAEF. Grayscale: #383838. Windows color (decimal): -5438192 or 1050029. OLE color: 1050029.

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

Color convert

RGB173516-
CMYK00.970.910.32
HSL356.07º94.38%34.9%-
HSV(B)356.07º97.11%67.84%-
XYZ17.389.031.32-
YUV56.49105.16211.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 89.18%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=89.18%
G=2.58%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17351600.970.910.32356.0794.3834.9
HexAD5100615B201645e23
Octal25552001411334054413643
Binary10101101101100000110000110110111000001011001001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0510; }

 p { color: rgb(173,5,16); }

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

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

 a { background-color: rgb(173,5,16); }

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

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

 span { border-color: rgb(173,5,16); }

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