#ad452e

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

Shades of Medium Carmine #AD452E

Tints of Medium Carmine #AD452E

Color information

#AD452E (or 0xAD452E) is unknown color: approx Medium Carmine. HEX triplet: AD, 45 and 2E. RGB value is (173,69,46). Sum of RGB (Red+Green+Blue) = 173+69+46=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD452E is #52BAD1. Grayscale: #616161. Windows color (decimal): -5421778 or 3032493. OLE color: 3032493.

HSL color Cylindrical-coordinate representation of color #AD452E: hue angle of 10.87º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD452E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1736946-
CMYK00.600.730.32
HSL10.87º57.99%42.94%-
HSV(B)10.87º73.41%67.84%-
XYZ19.8513.344.11-
YUV97.4798.96181.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.07%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=60.07%
G=23.96%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173694600.600.730.3210.8757.9942.94
HexAD452E03C4920b3a2b
Octal2551055607411140137253
Binary101011011000101101110011110010010011000001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad452e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad452e; }

 p { color: rgb(173,69,46); }

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

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

 a { background-color: rgb(173,69,46); }

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

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

 span { border-color: rgb(173,69,46); }

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