#A60026

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

Shades of Carmine #A60026

Tints of Carmine #A60026

Color information

#A60026 (or 0xA60026) is unknown color: approx Carmine. HEX triplet: A6, 00 and 26. RGB value is (166,0,38). Sum of RGB (Red+Green+Blue) = 166+0+38=204 (27% of max value = 765). Red value is 166 (65.23% from 255 or 81.37% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 166 - color contains mainly: red. Hex color #A60026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60026 is #59FFD9. Grayscale: #353535. Windows color (decimal): -5898202 or 2490534. OLE color: 2490534.

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

Color convert

RGB166038-
CMYK010.770.35
HSL346.27º100%32.55%-
HSV(B)346.27º100%65.1%-
XYZ16.088.252.58-
YUV53.97119207.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 81.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 18.63%
R=81.37%
G=0%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166038010.770.35346.2710032.55
HexA60260644D2315a6421
Octal24604601441154353214441
Binary1010011001001100110010010011011000111010110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60026; }

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

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

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

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

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

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

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

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