#A50C25

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

Shades of Carmine #A50C25

Tints of Carmine #A50C25

Color information

#A50C25 (or 0xA50C25) is unknown color: approx Carmine. HEX triplet: A5, 0C and 25. RGB value is (165,12,37). Sum of RGB (Red+Green+Blue) = 165+12+37=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C25 is #5AF3DA. Grayscale: #3C3C3C. Windows color (decimal): -5960667 or 2428069. OLE color: 2428069.

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

Color convert

RGB1651237-
CMYK00.930.780.35
HSL350.2º86.44%34.71%-
HSV(B)350.2º92.73%64.71%-
XYZ15.988.42.53-
YUV60.6114.69202.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.10%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 37 (14.84% from 255) = 17.29%
R=77.10%
G=5.61%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165123700.930.780.35350.286.4434.71
HexA5C2505D4E2315e5623
Octal245144501351164353612643
Binary1010010111001001010101110110011101000111010111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C25; }

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

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

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

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

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

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

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

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