#AD0420

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

Shades of Carmine #AD0420

Tints of Carmine #AD0420

Color information

#AD0420 (or 0xAD0420) is unknown color: approx Carmine. HEX triplet: AD, 04 and 20. RGB value is (173,4,32). Sum of RGB (Red+Green+Blue) = 173+4+32=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0420 is #52FBDF. Grayscale: #393939. Windows color (decimal): -5438432 or 2098349. OLE color: 2098349.

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

Color convert

RGB173432-
CMYK00.980.820.32
HSL350.06º95.48%34.71%-
HSV(B)350.06º97.69%67.84%-
XYZ17.549.082.19-
YUV57.72113.49210.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 82.78%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=82.78%
G=1.91%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17343200.980.820.32350.0695.4834.71
HexAD420062522015e5f23
Octal25544001421224053613743
Binary101011011001000000110001010100101000001010111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0420; }

 p { color: rgb(173,4,32); }

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

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

 a { background-color: rgb(173,4,32); }

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

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

 span { border-color: rgb(173,4,32); }

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