#A6060F

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

Shades of Carmine #A6060F

Tints of Carmine #A6060F

Color information

#A6060F (or 0xA6060F) is unknown color: approx Carmine. HEX triplet: A6, 06 and 0F. RGB value is (166,6,15). Sum of RGB (Red+Green+Blue) = 166+6+15=187 (24% of max value = 765). Red value is 166 (65.23% from 255 or 88.77% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 166 - color contains mainly: red. Hex color #A6060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6060F is #59F9F0. Grayscale: #363636. Windows color (decimal): -5896689 or 984742. OLE color: 984742.

HSL color Cylindrical-coordinate representation of color #A6060F: hue angle of 356.62º 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 #A6060F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB166615-
CMYK00.960.910.35
HSL356.62º93.02%33.73%-
HSV(B)356.62º96.39%65.1%-
XYZ15.888.271.21-
YUV54.87105.51207.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 88.77%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=88.77%
G=3.21%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16661500.960.910.35356.6293.0233.73
HexA66F0605B231655d22
Octal24661701401334354513542
Binary1010011011011110110000010110111000111011001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6060F; }

 p { color: rgb(166,6,15); }

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

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

 a { background-color: rgb(166,6,15); }

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

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

 span { border-color: rgb(166,6,15); }

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