#AD3D28

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

Shades of Medium Carmine #AD3D28

Tints of Medium Carmine #AD3D28

Color information

#AD3D28 (or 0xAD3D28) is unknown color: approx Medium Carmine. HEX triplet: AD, 3D and 28. RGB value is (173,61,40). Sum of RGB (Red+Green+Blue) = 173+61+40=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D28 is #52C2D7. Grayscale: #5C5C5C. Windows color (decimal): -5423832 or 2637229. OLE color: 2637229.

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

Color convert

RGB1736140-
CMYK00.650.770.32
HSL9.47º62.44%41.76%-
HSV(B)9.47º76.88%67.84%-
XYZ19.2912.373.38-
YUV92.0998.61185.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 63.14%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=63.14%
G=22.26%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173614000.650.770.329.4762.4441.76
HexAD3D280414D2093e2a
Octal2557550010111540117652
Binary101011011111011010000100000110011011000001001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D28; }

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

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

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

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

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

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

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

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