#a60b15

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

Shades of Carmine #A60B15

Tints of Carmine #A60B15

Color information

#A60B15 (or 0xA60B15) is unknown color: approx Carmine. HEX triplet: A6, 0B and 15. RGB value is (166,11,21). Sum of RGB (Red+Green+Blue) = 166+11+21=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B15 is #59F4EA. Grayscale: #3A3A3A. Windows color (decimal): -5895403 or 1379238. OLE color: 1379238.

HSL color Cylindrical-coordinate representation of color #A60B15: hue angle of 356.13º degrees, saturation: 0.88, 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 #A60B15 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1661121-
CMYK00.930.870.35
HSL356.13º87.57%34.71%-
HSV(B)356.13º93.37%65.1%-
XYZ15.988.41.49-
YUV58.48106.85204.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 83.84%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=83.84%
G=5.56%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166112100.930.870.35356.1387.5734.71
HexA6B1505D57231645823
Octal246132501351274354413043
Binary101001101011101010101110110101111000111011001001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60b15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60b15; }

 p { color: rgb(166,11,21); }

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

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

 a { background-color: rgb(166,11,21); }

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

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

 span { border-color: rgb(166,11,21); }

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