#A50613

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

Shades of Carmine #A50613

Tints of Carmine #A50613

Color information

#A50613 (or 0xA50613) is unknown color: approx Carmine. HEX triplet: A5, 06 and 13. RGB value is (165,6,19). Sum of RGB (Red+Green+Blue) = 165+6+19=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A50613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50613 is #5AF9EC. Grayscale: #373737. Windows color (decimal): -5962221 or 1246885. OLE color: 1246885.

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

Color convert

RGB165619-
CMYK00.960.880.35
HSL355.09º92.98%33.53%-
HSV(B)355.09º96.36%64.71%-
XYZ15.78.181.37-
YUV55.02107.68206.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 86.84%
GREEN value IS 6 (2.73% from 255) = 3.16%
BLUE value IS 19 (7.81% from 255) = 10%
R=86.84%
G=3.16%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16561900.960.880.35355.0992.9833.53
HexA561306058231635d22
Octal24562301401304354313542
Binary10100101110100110110000010110001000111011000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50613; }

 p { color: rgb(165,6,19); }

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

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

 a { background-color: rgb(165,6,19); }

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

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

 span { border-color: rgb(165,6,19); }

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