#A60B26

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

Shades of Carmine #A60B26

Tints of Carmine #A60B26

Color information

#A60B26 (or 0xA60B26) is unknown color: approx Carmine. HEX triplet: A6, 0B and 26. RGB value is (166,11,38). Sum of RGB (Red+Green+Blue) = 166+11+38=215 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.21% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B26 is #59F4D9. Grayscale: #3C3C3C. Windows color (decimal): -5895386 or 2493350. OLE color: 2493350.

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

Color convert

RGB1661138-
CMYK00.930.770.35
HSL349.55º87.57%34.71%-
HSV(B)349.55º93.37%65.1%-
XYZ16.28.492.62-
YUV60.42115.35203.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 77.21%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=77.21%
G=5.12%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166113800.930.770.35349.5587.5734.71
HexA6B2605D4D2315e5823
Octal246134601351154353613043
Binary1010011010111001100101110110011011000111010111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B26; }

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

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

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

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

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

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

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

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