#AD423D

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

Shades of Medium Carmine #AD423D

Tints of Medium Carmine #AD423D

Color information

#AD423D (or 0xAD423D) is unknown color: approx Medium Carmine. HEX triplet: AD, 42 and 3D. RGB value is (173,66,61). Sum of RGB (Red+Green+Blue) = 173+66+61=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD423D is #52BDC2. Grayscale: #616161. Windows color (decimal): -5422531 or 4014765. OLE color: 4014765.

HSL color Cylindrical-coordinate representation of color #AD423D: hue angle of 2.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD423D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1736661-
CMYK00.620.650.32
HSL2.68º47.86%45.88%-
HSV(B)2.68º64.74%67.84%-
XYZ20.0213.125.89-
YUV97.42107.45181.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=57.67%
G=22%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173666100.620.650.322.6847.8645.88
HexAD423D03E41203302e
Octal255102750761014036056
Binary1010110110000101111010111110100000110000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD423D; }

 p { color: rgb(173,66,61); }

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

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

 a { background-color: rgb(173,66,61); }

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

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

 span { border-color: rgb(173,66,61); }

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