#ad3d33

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

Shades of Medium Carmine #AD3D33

Tints of Medium Carmine #AD3D33

Color information

#AD3D33 (or 0xAD3D33) is unknown color: approx Medium Carmine. HEX triplet: AD, 3D and 33. RGB value is (173,61,51). Sum of RGB (Red+Green+Blue) = 173+61+51=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D33 is #52C2CC. Grayscale: #5D5D5D. Windows color (decimal): -5423821 or 3358125. OLE color: 3358125.

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

Color convert

RGB1736151-
CMYK00.650.710.32
HSL4.92º54.46%43.92%-
HSV(B)4.92º70.52%67.84%-
XYZ19.512.464.51-
YUV93.35104.11184.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.70%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=60.70%
G=21.40%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173615100.650.710.324.9254.4643.92
HexAD3D3304147205362c
Octal255756301011074056654
Binary10101101111101110011010000011000111100000101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3d33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3d33; }

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

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

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

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

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

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

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

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