#A60C30

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

Shades of Carmine #A60C30

Tints of Carmine #A60C30

Color information

#A60C30 (or 0xA60C30) is unknown color: approx Carmine. HEX triplet: A6, 0C and 30. RGB value is (166,12,48). Sum of RGB (Red+Green+Blue) = 166+12+48=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C30 is #59F3CF. Grayscale: #3E3E3E. Windows color (decimal): -5895120 or 3148966. OLE color: 3148966.

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

Color convert

RGB1661248-
CMYK00.930.710.35
HSL345.97º86.52%34.9%-
HSV(B)345.97º92.77%65.1%-
XYZ16.398.583.59-
YUV62.15120.02202.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.45%
GREEN value IS 12 (5.08% from 255) = 5.31%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=73.45%
G=5.31%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166124800.930.710.35345.9786.5234.9
HexA6C3005D472315a5723
Octal246146001351074353212743
Binary1010011011001100000101110110001111000111010110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C30; }

 p { color: rgb(166,12,48); }

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

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

 a { background-color: rgb(166,12,48); }

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

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

 span { border-color: rgb(166,12,48); }

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