#A33F36

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

Shades of Medium Carmine #A33F36

Tints of Medium Carmine #A33F36

Color information

#A33F36 (or 0xA33F36) is unknown color: approx Medium Carmine. HEX triplet: A3, 3F and 36. RGB value is (163,63,54). Sum of RGB (Red+Green+Blue) = 163+63+54=280 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.21% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F36 is #5CC0C9. Grayscale: #5C5C5C. Windows color (decimal): -6078666 or 3555235. OLE color: 3555235.

HSL color Cylindrical-coordinate representation of color #A33F36: hue angle of 4.95º 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 #A33F36 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1636354-
CMYK00.610.670.36
HSL4.95º50.23%42.55%-
HSV(B)4.95º66.87%63.92%-
XYZ17.5511.614.81-
YUV91.87106.63178.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.21%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 54 (21.48% from 255) = 19.29%
R=58.21%
G=22.5%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163635400.610.670.364.9550.2342.55
HexA33F3603D43245322b
Octal24377660751034456253
Binary1010001111111111011001111011000011100100101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33F36; }

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

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

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

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

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

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

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

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