#AD4433

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

Shades of Medium Carmine #AD4433

Tints of Medium Carmine #AD4433

Color information

#AD4433 (or 0xAD4433) is unknown color: approx Medium Carmine. HEX triplet: AD, 44 and 33. RGB value is (173,68,51). Sum of RGB (Red+Green+Blue) = 173+68+51=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4433 is #52BBCC. Grayscale: #616161. Windows color (decimal): -5422029 or 3359917. OLE color: 3359917.

HSL color Cylindrical-coordinate representation of color #AD4433: hue angle of 8.36º degrees, saturation: 0.54, 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 #AD4433 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1736851-
CMYK00.610.710.32
HSL8.36º54.46%43.92%-
HSV(B)8.36º70.52%67.84%-
XYZ19.913.264.64-
YUV97.46101.79181.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 51 (20.31% from 255) = 17.47%
R=59.25%
G=23.29%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173685100.610.710.328.3654.4643.92
HexAD443303D47208362c
Octal2551046307510740106654
Binary101011011000100110011011110110001111000001000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4433; }

 p { color: rgb(173,68,51); }

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

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

 a { background-color: rgb(173,68,51); }

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

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

 span { border-color: rgb(173,68,51); }

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