#AD4833

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

Shades of Medium Carmine #AD4833

Tints of Medium Carmine #AD4833

Color information

#AD4833 (or 0xAD4833) is unknown color: approx Medium Carmine. HEX triplet: AD, 48 and 33. RGB value is (173,72,51). Sum of RGB (Red+Green+Blue) = 173+72+51=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4833 is #52B7CC. Grayscale: #636363. Windows color (decimal): -5421005 or 3360941. OLE color: 3360941.

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

Color convert

RGB1737251-
CMYK00.580.710.32
HSL10.33º54.46%43.92%-
HSV(B)10.33º70.52%67.84%-
XYZ20.1513.764.73-
YUV99.8100.46180.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.45%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 51 (20.31% from 255) = 17.23%
R=58.45%
G=24.32%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173725100.580.710.3210.3354.4643.92
HexAD483303A4720a362c
Octal2551106307210740126654
Binary101011011001000110011011101010001111000001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4833; }

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

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

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

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

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

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

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

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