#AD4333

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

Shades of Medium Carmine #AD4333

Tints of Medium Carmine #AD4333

Color information

#AD4333 (or 0xAD4333) is unknown color: approx Medium Carmine. HEX triplet: AD, 43 and 33. RGB value is (173,67,51). Sum of RGB (Red+Green+Blue) = 173+67+51=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4333 is #52BCCC. Grayscale: #616161. Windows color (decimal): -5422285 or 3359661. OLE color: 3359661.

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

Color convert

RGB1736751-
CMYK00.610.710.32
HSL7.87º54.46%43.92%-
HSV(B)7.87º70.52%67.84%-
XYZ19.8413.144.62-
YUV96.87102.12182.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.45%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=59.45%
G=23.02%
B=17.53%

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
Decimal173675100.610.710.327.8754.4643.92
HexAD433303D47208362c
Octal2551036307510740106654
Binary101011011000011110011011110110001111000001000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4333; }

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

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

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

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

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

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

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

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