#A50C35

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

Shades of Carmine #A50C35

Tints of Carmine #A50C35

Color information

#A50C35 (or 0xA50C35) is unknown color: approx Carmine. HEX triplet: A5, 0C and 35. RGB value is (165,12,53). Sum of RGB (Red+Green+Blue) = 165+12+53=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C35 is #5AF3CA. Grayscale: #3E3E3E. Windows color (decimal): -5960651 or 3476645. OLE color: 3476645.

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

Color convert

RGB1651253-
CMYK00.930.680.35
HSL343.92º86.44%34.71%-
HSV(B)343.92º92.73%64.71%-
XYZ16.298.524.15-
YUV62.42122.69201.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.74%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=71.74%
G=5.22%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165125300.930.680.35343.9286.4434.71
HexA5C3505D44231585623
Octal245146501351044353012643
Binary1010010111001101010101110110001001000111010110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C35; }

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

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

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

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

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

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

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

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