#AD3A33

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

Shades of Medium Carmine #AD3A33

Tints of Medium Carmine #AD3A33

Color information

#AD3A33 (or 0xAD3A33) is unknown color: approx Medium Carmine. HEX triplet: AD, 3A and 33. RGB value is (173,58,51). Sum of RGB (Red+Green+Blue) = 173+58+51=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A33 is #52C5CC. Grayscale: #5B5B5B. Windows color (decimal): -5424589 or 3357357. OLE color: 3357357.

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

Color convert

RGB1735851-
CMYK00.660.710.32
HSL3.44º54.46%43.92%-
HSV(B)3.44º70.52%67.84%-
XYZ19.3412.154.46-
YUV91.59105.1186.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=61.35%
G=20.57%
B=18.09%

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
Decimal173585100.660.710.323.4454.4643.92
HexAD3A3304247203362c
Octal255726301021074036654
Binary1010110111101011001101000010100011110000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3A33; }

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

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

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

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

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

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

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

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