#AD3832

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

Shades of Medium Carmine #AD3832

Tints of Medium Carmine #AD3832

Color information

#AD3832 (or 0xAD3832) is unknown color: approx Medium Carmine. HEX triplet: AD, 38 and 32. RGB value is (173,56,50). Sum of RGB (Red+Green+Blue) = 173+56+50=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3832 is #52C7CD. Grayscale: #5A5A5A. Windows color (decimal): -5425102 or 3291309. OLE color: 3291309.

HSL color Cylindrical-coordinate representation of color #AD3832: hue angle of 2.93º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3832 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1735650-
CMYK00.680.710.32
HSL2.93º55.16%43.73%-
HSV(B)2.93º71.1%67.84%-
XYZ19.2211.944.31-
YUV90.3105.26186.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.01%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 50 (19.92% from 255) = 17.92%
R=62.01%
G=20.07%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173565000.680.710.322.9355.1643.73
HexAD383204447203372c
Octal255706201041074036754
Binary1010110111100011001001000100100011110000011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3832; }

 p { color: rgb(173,56,50); }

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

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

 a { background-color: rgb(173,56,50); }

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

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

 span { border-color: rgb(173,56,50); }

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