#A50C24

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

Shades of Carmine #A50C24

Tints of Carmine #A50C24

Color information

#A50C24 (or 0xA50C24) is unknown color: approx Carmine. HEX triplet: A5, 0C and 24. RGB value is (165,12,36). Sum of RGB (Red+Green+Blue) = 165+12+36=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C24 is #5AF3DB. Grayscale: #3C3C3C. Windows color (decimal): -5960668 or 2362533. OLE color: 2362533.

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

Color convert

RGB1651236-
CMYK00.930.780.35
HSL350.59º86.44%34.71%-
HSV(B)350.59º92.73%64.71%-
XYZ15.978.392.45-
YUV60.48114.19202.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.46%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=77.46%
G=5.63%
B=16.90%

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
Decimal165123600.930.780.35350.5986.4434.71
HexA5C2405D4E2315f5623
Octal245144401351164353712643
Binary1010010111001001000101110110011101000111010111111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C24; }

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

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

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

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

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

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

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

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