#AD3B33

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

Shades of Medium Carmine #AD3B33

Tints of Medium Carmine #AD3B33

Color information

#AD3B33 (or 0xAD3B33) is unknown color: approx Medium Carmine. HEX triplet: AD, 3B and 33. RGB value is (173,59,51). Sum of RGB (Red+Green+Blue) = 173+59+51=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B33 is #52C4CC. Grayscale: #5C5C5C. Windows color (decimal): -5424333 or 3357613. OLE color: 3357613.

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

Color convert

RGB1735951-
CMYK00.660.710.32
HSL3.93º54.46%43.92%-
HSV(B)3.93º70.52%67.84%-
XYZ19.412.254.47-
YUV92.17104.77185.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.13%
GREEN value IS 59 (23.44% from 255) = 20.85%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=61.13%
G=20.85%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173595100.660.710.323.9354.4643.92
HexAD3B3304247204362c
Octal255736301021074046654
Binary10101101111011110011010000101000111100000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3B33; }

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

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

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

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

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

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

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

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