#A60313

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

Shades of Carmine #A60313

Tints of Carmine #A60313

Color information

#A60313 (or 0xA60313) is unknown color: approx Carmine. HEX triplet: A6, 03 and 13. RGB value is (166,3,19). Sum of RGB (Red+Green+Blue) = 166+3+19=188 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.30% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 166 - color contains mainly: red. Hex color #A60313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60313 is #59FCEC. Grayscale: #353535. Windows color (decimal): -5897453 or 1246118. OLE color: 1246118.

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

Color convert

RGB166319-
CMYK00.980.890.35
HSL354.11º96.45%33.14%-
HSV(B)354.11º98.19%65.1%-
XYZ15.888.221.37-
YUV53.56108.5208.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 88.30%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=88.30%
G=1.60%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16631900.980.890.35354.1196.4533.14
HexA631306259231626021
Octal24632301421314354214041
Binary1010011011100110110001010110011000111011000101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60313; }

 p { color: rgb(166,3,19); }

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

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

 a { background-color: rgb(166,3,19); }

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

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

 span { border-color: rgb(166,3,19); }

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