#A33E36

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

Shades of Medium Carmine #A33E36

Tints of Medium Carmine #A33E36

Color information

#A33E36 (or 0xA33E36) is unknown color: approx Medium Carmine. HEX triplet: A3, 3E and 36. RGB value is (163,62,54). Sum of RGB (Red+Green+Blue) = 163+62+54=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E36 is #5CC1C9. Grayscale: #5B5B5B. Windows color (decimal): -6078922 or 3554979. OLE color: 3554979.

HSL color Cylindrical-coordinate representation of color #A33E36: hue angle of 4.4º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33E36 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1636254-
CMYK00.620.670.36
HSL4.4º50.23%42.55%-
HSV(B)4.4º66.87%63.92%-
XYZ17.4911.54.79-
YUV91.29106.96179.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=58.42%
G=22.22%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163625400.620.670.364.450.2342.55
HexA33E3603E43244322b
Octal24376660761034446253
Binary1010001111111011011001111101000011100100100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E36; }

 p { color: rgb(163,62,54); }

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

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

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

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

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

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

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