#A60F26

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

Shades of Carmine #A60F26

Tints of Carmine #A60F26

Color information

#A60F26 (or 0xA60F26) is unknown color: approx Carmine. HEX triplet: A6, 0F and 26. RGB value is (166,15,38). Sum of RGB (Red+Green+Blue) = 166+15+38=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F26 is #59F0D9. Grayscale: #3E3E3E. Windows color (decimal): -5894362 or 2494374. OLE color: 2494374.

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

Color convert

RGB1661538-
CMYK00.910.770.35
HSL350.86º83.43%35.49%-
HSV(B)350.86º90.96%65.1%-
XYZ16.258.592.64-
YUV62.77114.03201.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.80%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=75.80%
G=6.85%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166153800.910.770.35350.8683.4335.49
HexA6F2605B4D2315f5323
Octal246174601331154353712343
Binary1010011011111001100101101110011011000111010111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60F26; }

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

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

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

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

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

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

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

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