#A50E27

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

Shades of Carmine #A50E27

Tints of Carmine #A50E27

Color information

#A50E27 (or 0xA50E27) is unknown color: approx Carmine. HEX triplet: A5, 0E and 27. RGB value is (165,14,39). Sum of RGB (Red+Green+Blue) = 165+14+39=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E27 is #5AF1D8. Grayscale: #3E3E3E. Windows color (decimal): -5960153 or 2559653. OLE color: 2559653.

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

Color convert

RGB1651439-
CMYK00.920.760.35
HSL350.07º84.36%35.1%-
HSV(B)350.07º91.52%64.71%-
XYZ16.048.462.71-
YUV62115.03201.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75.69%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=75.69%
G=6.42%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165143900.920.760.35350.0784.3635.1
HexA5E2705C4C2315e5423
Octal245164701341144353612443
Binary1010010111101001110101110010011001000111010111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50E27; }

 p { color: rgb(165,14,39); }

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

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

 a { background-color: rgb(165,14,39); }

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

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

 span { border-color: rgb(165,14,39); }

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