#AD3B32

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

Shades of Medium Carmine #AD3B32

Tints of Medium Carmine #AD3B32

Color information

#AD3B32 (or 0xAD3B32) is unknown color: approx Medium Carmine. HEX triplet: AD, 3B and 32. RGB value is (173,59,50). Sum of RGB (Red+Green+Blue) = 173+59+50=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B32 is #52C4CD. Grayscale: #5C5C5C. Windows color (decimal): -5424334 or 3292077. OLE color: 3292077.

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

Color convert

RGB1735950-
CMYK00.660.710.32
HSL4.39º55.16%43.73%-
HSV(B)4.39º71.1%67.84%-
XYZ19.3712.244.36-
YUV92.06104.27185.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 59 (23.44% from 255) = 20.92%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=61.35%
G=20.92%
B=17.73%

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
Decimal173595000.660.710.324.3955.1643.73
HexAD3B3204247204372c
Octal255736201021074046754
Binary10101101111011110010010000101000111100000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3B32; }

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

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

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

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

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

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

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

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