#A53E33

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

Shades of Medium Carmine #A53E33

Tints of Medium Carmine #A53E33

Color information

#A53E33 (or 0xA53E33) is unknown color: approx Medium Carmine. HEX triplet: A5, 3E and 33. RGB value is (165,62,51). Sum of RGB (Red+Green+Blue) = 165+62+51=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53E33 is #5AC1CC. Grayscale: #5B5B5B. Windows color (decimal): -5947853 or 3358373. OLE color: 3358373.

HSL color Cylindrical-coordinate representation of color #A53E33: hue angle of 5.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53E33 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1656251-
CMYK00.620.690.35
HSL5.79º52.78%42.35%-
HSV(B)5.79º69.09%64.71%-
XYZ17.8411.684.45-
YUV91.54105.12180.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.35%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=59.35%
G=22.30%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165625100.620.690.355.7952.7842.35
HexA53E3303E45236352a
Octal24576630761054366552
Binary1010010111111011001101111101000101100011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53E33; }

 p { color: rgb(165,62,51); }

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

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

 a { background-color: rgb(165,62,51); }

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

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

 span { border-color: rgb(165,62,51); }

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