#A53D33

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

Shades of Medium Carmine #A53D33

Tints of Medium Carmine #A53D33

Color information

#A53D33 (or 0xA53D33) is unknown color: approx Medium Carmine. HEX triplet: A5, 3D and 33. RGB value is (165,61,51). Sum of RGB (Red+Green+Blue) = 165+61+51=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D33 is #5AC2CC. Grayscale: #5B5B5B. Windows color (decimal): -5948109 or 3358117. OLE color: 3358117.

HSL color Cylindrical-coordinate representation of color #A53D33: hue angle of 5.26º 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 #A53D33 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1656151-
CMYK00.630.690.35
HSL5.26º52.78%42.35%-
HSV(B)5.26º69.09%64.71%-
XYZ17.7811.584.43-
YUV90.96105.46180.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.57%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=59.57%
G=22.02%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165615100.630.690.355.2652.7842.35
HexA53D3303F45235352a
Octal24575630771054356552
Binary1010010111110111001101111111000101100011101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D33; }

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

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

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

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

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

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

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

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