#A50927

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

Shades of Carmine #A50927

Tints of Carmine #A50927

Color information

#A50927 (or 0xA50927) is unknown color: approx Carmine. HEX triplet: A5, 09 and 27. RGB value is (165,9,39). Sum of RGB (Red+Green+Blue) = 165+9+39=213 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.46% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 165 - color contains mainly: red. Hex color #A50927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50927 is #5AF6D8. Grayscale: #3B3B3B. Windows color (decimal): -5961433 or 2558373. OLE color: 2558373.

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

Color convert

RGB165939-
CMYK00.950.760.35
HSL348.46º89.66%34.12%-
HSV(B)348.46º94.55%64.71%-
XYZ15.988.342.69-
YUV59.06116.68203.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 77.46%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=77.46%
G=4.23%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16593900.950.760.35348.4689.6634.12
HexA592705F4C2315c5a22
Octal245114701371144353413242
Binary1010010110011001110101111110011001000111010111001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50927; }

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

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

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

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

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

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

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

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