#A60835

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

Shades of Carmine #A60835

Tints of Carmine #A60835

Color information

#A60835 (or 0xA60835) is unknown color: approx Carmine. HEX triplet: A6, 08 and 35. RGB value is (166,8,53). Sum of RGB (Red+Green+Blue) = 166+8+53=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A60835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60835 is #59F7CA. Grayscale: #3C3C3C. Windows color (decimal): -5896139 or 3475622. OLE color: 3475622.

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

Color convert

RGB166853-
CMYK00.950.680.35
HSL342.91º90.8%34.12%-
HSV(B)342.91º95.18%65.1%-
XYZ16.468.544.15-
YUV60.37123.85203.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.13%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=73.13%
G=3.52%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16685300.950.680.35342.9190.834.12
HexA683505F44231575b22
Octal246106501371044352713342
Binary1010011010001101010101111110001001000111010101111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60835; }

 p { color: rgb(166,8,53); }

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

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

 a { background-color: rgb(166,8,53); }

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

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

 span { border-color: rgb(166,8,53); }

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