#A50027

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

Shades of Carmine #A50027

Tints of Carmine #A50027

Color information

#A50027 (or 0xA50027) is unknown color: approx Carmine. HEX triplet: A5, 00 and 27. RGB value is (165,0,39). Sum of RGB (Red+Green+Blue) = 165+0+39=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A50027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50027 is #5AFFD8. Grayscale: #353535. Windows color (decimal): -5963737 or 2556069. OLE color: 2556069.

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

Color convert

RGB165039-
CMYK010.760.35
HSL345.82º100%32.35%-
HSV(B)345.82º100%64.71%-
XYZ15.888.152.65-
YUV53.78119.66207.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 80.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=80.88%
G=0%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165039010.760.35345.8210032.35
HexA50270644C2315a6420
Octal24504701441144353214440
Binary1010010101001110110010010011001000111010110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50027; }

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

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

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

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

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

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

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

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