#AD042D

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

Shades of Carmine #AD042D

Tints of Carmine #AD042D

Color information

#AD042D (or 0xAD042D) is unknown color: approx Carmine. HEX triplet: AD, 04 and 2D. RGB value is (173,4,45). Sum of RGB (Red+Green+Blue) = 173+4+45=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD042D is #52FBD2. Grayscale: #3B3B3B. Windows color (decimal): -5438419 or 2950317. OLE color: 2950317.

HSL color Cylindrical-coordinate representation of color #AD042D: hue angle of 345.44º 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 #AD042D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB173445-
CMYK00.980.740.32
HSL345.44º95.48%34.71%-
HSV(B)345.44º97.69%67.84%-
XYZ17.759.163.32-
YUV59.2119.99209.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.93%
GREEN value IS 4 (1.95% from 255) = 1.80%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=77.93%
G=1.80%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17344500.980.740.32345.4495.4834.71
HexAD42D0624A201595f23
Octal25545501421124053113743
Binary101011011001011010110001010010101000001010110011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD042D; }

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

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

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

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

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

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

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

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