#AD3B36

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

Shades of Medium Carmine #AD3B36

Tints of Medium Carmine #AD3B36

Color information

#AD3B36 (or 0xAD3B36) is unknown color: approx Medium Carmine. HEX triplet: AD, 3B and 36. RGB value is (173,59,54). Sum of RGB (Red+Green+Blue) = 173+59+54=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B36 is #52C4C9. Grayscale: #5C5C5C. Windows color (decimal): -5424330 or 3554221. OLE color: 3554221.

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

Color convert

RGB1735954-
CMYK00.660.690.32
HSL2.52º52.42%44.51%-
HSV(B)2.52º68.79%67.84%-
XYZ19.4612.284.83-
YUV92.52106.27185.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.49%
GREEN value IS 59 (23.44% from 255) = 20.63%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=60.49%
G=20.63%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173595400.660.690.322.5252.4244.51
HexAD3B3604245203342d
Octal255736601021054036455
Binary1010110111101111011001000010100010110000011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3B36; }

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

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

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

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

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

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

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

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