#AD423E

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

Shades of Medium Carmine #AD423E

Tints of Medium Carmine #AD423E

Color information

#AD423E (or 0xAD423E) is unknown color: approx Medium Carmine. HEX triplet: AD, 42 and 3E. RGB value is (173,66,62). Sum of RGB (Red+Green+Blue) = 173+66+62=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD423E is #52BDC1. Grayscale: #616161. Windows color (decimal): -5422530 or 4080301. OLE color: 4080301.

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

Color convert

RGB1736662-
CMYK00.620.640.32
HSL2.16º47.23%46.08%-
HSV(B)2.16º64.16%67.84%-
XYZ20.0513.136.03-
YUV97.54107.95181.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=57.48%
G=21.93%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173666200.620.640.322.1647.2346.08
HexAD423E03E402022f2e
Octal255102760761004025756
Binary1010110110000101111100111110100000010000010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD423E; }

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

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

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

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

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

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

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

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