#AD3629

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

Shades of Medium Carmine #AD3629

Tints of Medium Carmine #AD3629

Color information

#AD3629 (or 0xAD3629) is unknown color: approx Medium Carmine. HEX triplet: AD, 36 and 29. RGB value is (173,54,41). Sum of RGB (Red+Green+Blue) = 173+54+41=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3629 is #52C9D6. Grayscale: #585858. Windows color (decimal): -5425623 or 2700973. OLE color: 2700973.

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

Color convert

RGB1735441-
CMYK00.690.760.32
HSL5.91º61.68%41.96%-
HSV(B)5.91º76.3%67.84%-
XYZ18.9511.683.35-
YUV88.1101.42188.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=64.55%
G=20.15%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173544100.690.760.325.9161.6841.96
HexAD36290454C2063e2a
Octal255665101051144067652
Binary10101101110110101001010001011001100100000110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3629; }

 p { color: rgb(173,54,41); }

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

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

 a { background-color: rgb(173,54,41); }

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

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

 span { border-color: rgb(173,54,41); }

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