#AD3D3D

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

Shades of Medium Carmine #AD3D3D

Tints of Medium Carmine #AD3D3D

Color information

#AD3D3D (or 0xAD3D3D) is unknown color: approx Medium Carmine. HEX triplet: AD, 3D and 3D. RGB value is (173,61,61). Sum of RGB (Red+Green+Blue) = 173+61+61=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D3D is #52C2C2. Grayscale: #5E5E5E. Windows color (decimal): -5423811 or 4013485. OLE color: 4013485.

HSL color Cylindrical-coordinate representation of color #AD3D3D: hue angle of 0º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D3D is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1736161-
CMYK00.650.650.32
HSL47.86%45.88%-
HSV(B)64.74%67.84%-
XYZ19.7412.565.8-
YUV94.49109.11184-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.64%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=58.64%
G=20.68%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173616100.650.650.32047.8645.88
HexAD3D3D04141200302e
Octal255757501011014006056
Binary101011011111011111010100000110000011000000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D3D; }

 p { color: rgb(173,61,61); }

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

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

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

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

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

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

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