#AD042C

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

Shades of Carmine #AD042C

Tints of Carmine #AD042C

Color information

#AD042C (or 0xAD042C) is unknown color: approx Carmine. HEX triplet: AD, 04 and 2C. RGB value is (173,4,44). Sum of RGB (Red+Green+Blue) = 173+4+44=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD042C is #52FBD3. Grayscale: #3B3B3B. Windows color (decimal): -5438420 or 2884781. OLE color: 2884781.

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

Color convert

RGB173444-
CMYK00.980.750.32
HSL345.8º95.48%34.71%-
HSV(B)345.8º97.69%67.84%-
XYZ17.739.153.22-
YUV59.09119.49209.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 78.28%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 44 (17.58% from 255) = 19.91%
R=78.28%
G=1.81%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17344400.980.750.32345.895.4834.71
HexAD42C0624B2015a5f23
Octal25545401421134053213743
Binary101011011001011000110001010010111000001010110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD042C; }

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

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

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

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

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

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

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

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