#A60324

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

Shades of Carmine #A60324

Tints of Carmine #A60324

Color information

#A60324 (or 0xA60324) is unknown color: approx Carmine. HEX triplet: A6, 03 and 24. RGB value is (166,3,36). Sum of RGB (Red+Green+Blue) = 166+3+36=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A60324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60324 is #59FCDB. Grayscale: #373737. Windows color (decimal): -5897436 or 2360230. OLE color: 2360230.

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

Color convert

RGB166336-
CMYK00.980.780.35
HSL347.85º96.45%33.14%-
HSV(B)347.85º98.19%65.1%-
XYZ16.088.32.42-
YUV55.5117206.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 80.98%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=80.98%
G=1.46%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16633600.980.780.35347.8596.4533.14
HexA63240624E2315c6021
Octal24634401421164353414041
Binary10100110111001000110001010011101000111010111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60324; }

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

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

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

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

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

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

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

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