#AD4233

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

Shades of Medium Carmine #AD4233

Tints of Medium Carmine #AD4233

Color information

#AD4233 (or 0xAD4233) is unknown color: approx Medium Carmine. HEX triplet: AD, 42 and 33. RGB value is (173,66,51). Sum of RGB (Red+Green+Blue) = 173+66+51=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4233 is #52BDCC. Grayscale: #606060. Windows color (decimal): -5422541 or 3359405. OLE color: 3359405.

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

Color convert

RGB1736651-
CMYK00.620.710.32
HSL7.38º54.46%43.92%-
HSV(B)7.38º70.52%67.84%-
XYZ19.7813.024.6-
YUV96.28102.45182.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=59.66%
G=22.76%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173665100.620.710.327.3854.4643.92
HexAD423303E47207362c
Octal255102630761074076654
Binary10101101100001011001101111101000111100000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4233; }

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

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

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

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

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

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

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

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