#A53F35

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

Shades of Medium Carmine #A53F35

Tints of Medium Carmine #A53F35

Color information

#A53F35 (or 0xA53F35) is unknown color: approx Medium Carmine. HEX triplet: A5, 3F and 35. RGB value is (165,63,53). Sum of RGB (Red+Green+Blue) = 165+63+53=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F35 is #5AC0CA. Grayscale: #5C5C5C. Windows color (decimal): -5947595 or 3489701. OLE color: 3489701.

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

Color convert

RGB1656353-
CMYK00.620.680.35
HSL5.36º51.38%42.75%-
HSV(B)5.36º67.88%64.71%-
XYZ17.9411.814.7-
YUV92.36105.79179.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.72%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=58.72%
G=22.42%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165635300.620.680.355.3651.3842.75
HexA53F3503E44235332b
Octal24577650761044356353
Binary1010010111111111010101111101000100100011101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F35; }

 p { color: rgb(165,63,53); }

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

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

 a { background-color: rgb(165,63,53); }

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

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

 span { border-color: rgb(165,63,53); }

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