#AD071D

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

Shades of Carmine #AD071D

Tints of Carmine #AD071D

Color information

#AD071D (or 0xAD071D) is unknown color: approx Carmine. HEX triplet: AD, 07 and 1D. RGB value is (173,7,29). Sum of RGB (Red+Green+Blue) = 173+7+29=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD071D is #52F8E2. Grayscale: #3B3B3B. Windows color (decimal): -5437667 or 1902509. OLE color: 1902509.

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

Color convert

RGB173729-
CMYK00.960.830.32
HSL352.05º92.22%35.29%-
HSV(B)352.05º95.95%67.84%-
XYZ17.539.122-
YUV59.14111209.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 82.78%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 29 (11.72% from 255) = 13.88%
R=82.78%
G=3.35%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17372900.960.830.32352.0592.2235.29
HexAD71D06053201605c23
Octal25573501401234054013443
Binary10101101111111010110000010100111000001011000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD071D; }

 p { color: rgb(173,7,29); }

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

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

 a { background-color: rgb(173,7,29); }

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

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

 span { border-color: rgb(173,7,29); }

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