#AD3636

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

Shades of Medium Carmine #AD3636

Tints of Medium Carmine #AD3636

Color information

#AD3636 (or 0xAD3636) is unknown color: approx Medium Carmine. HEX triplet: AD, 36 and 36. RGB value is (173,54,54). Sum of RGB (Red+Green+Blue) = 173+54+54=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3636 is #52C9C9. Grayscale: #595959. Windows color (decimal): -5425610 or 3552941. OLE color: 3552941.

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

Color convert

RGB1735454-
CMYK00.690.690.32
HSL52.42%44.51%-
HSV(B)68.79%67.84%-
XYZ19.2211.794.75-
YUV89.58107.92187.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.57%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=61.57%
G=19.22%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173545400.690.690.32052.4244.51
HexAD363604545200342d
Octal255666601051054006455
Binary101011011101101101100100010110001011000000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3636; }

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

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

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

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

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

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

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

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