#AD0817

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

Shades of Carmine #AD0817

Tints of Carmine #AD0817

Color information

#AD0817 (or 0xAD0817) is unknown color: approx Carmine. HEX triplet: AD, 08 and 17. RGB value is (173,8,23). Sum of RGB (Red+Green+Blue) = 173+8+23=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0817 is #52F7E8. Grayscale: #3B3B3B. Windows color (decimal): -5437417 or 1509549. OLE color: 1509549.

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

Color convert

RGB173823-
CMYK00.950.870.32
HSL354.55º91.16%35.49%-
HSV(B)354.55º95.38%67.84%-
XYZ17.489.121.65-
YUV59.04107.66209.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 84.80%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=84.80%
G=3.92%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17382300.950.870.32354.5591.1635.49
HexAD81705F57201635b23
Octal255102701371274054313343
Binary101011011000101110101111110101111000001011000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0817; }

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

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

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

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

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

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

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

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