#A60337

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

Shades of Carmine #A60337

Tints of Carmine #A60337

Color information

#A60337 (or 0xA60337) is unknown color: approx Carmine. HEX triplet: A6, 03 and 37. RGB value is (166,3,55). Sum of RGB (Red+Green+Blue) = 166+3+55=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A60337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60337 is #59FCC8. Grayscale: #393939. Windows color (decimal): -5897417 or 3605414. OLE color: 3605414.

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

Color convert

RGB166355-
CMYK00.980.670.35
HSL340.86º96.45%33.14%-
HSV(B)340.86º98.19%65.1%-
XYZ16.458.454.38-
YUV57.67126.5205.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 74.11%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=74.11%
G=1.34%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16635500.980.670.35340.8696.4533.14
HexA633706243231556021
Octal24636701421034352514041
Binary10100110111101110110001010000111000111010101011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60337; }

 p { color: rgb(166,3,55); }

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

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

 a { background-color: rgb(166,3,55); }

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

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

 span { border-color: rgb(166,3,55); }

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