#AD4033

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

Shades of Medium Carmine #AD4033

Tints of Medium Carmine #AD4033

Color information

#AD4033 (or 0xAD4033) is unknown color: approx Medium Carmine. HEX triplet: AD, 40 and 33. RGB value is (173,64,51). Sum of RGB (Red+Green+Blue) = 173+64+51=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4033 is #52BFCC. Grayscale: #5F5F5F. Windows color (decimal): -5423053 or 3358893. OLE color: 3358893.

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

Color convert

RGB1736451-
CMYK00.630.710.32
HSL6.39º54.46%43.92%-
HSV(B)6.39º70.52%67.84%-
XYZ19.6612.794.56-
YUV95.11103.11183.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.07%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 51 (20.31% from 255) = 17.71%
R=60.07%
G=22.22%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173645100.630.710.326.3954.4643.92
HexAD403303F47206362c
Octal255100630771074066654
Binary10101101100000011001101111111000111100000110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4033; }

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

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

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

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

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

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

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

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