#A60A39

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

Shades of Cardinal #A60A39

Tints of Cardinal #A60A39

Color information

#A60A39 (or 0xA60A39) is unknown color: approx Cardinal. HEX triplet: A6, 0A and 39. RGB value is (166,10,57). Sum of RGB (Red+Green+Blue) = 166+10+57=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A39 is #59F5C6. Grayscale: #3D3D3D. Windows color (decimal): -5895623 or 3738278. OLE color: 3738278.

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

Color convert

RGB1661057-
CMYK00.940.660.35
HSL341.92º88.64%34.51%-
HSV(B)341.92º93.98%65.1%-
XYZ16.578.624.66-
YUV62125.18202.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.24%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=71.24%
G=4.29%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166105700.940.660.35341.9288.6434.51
HexA6A3905E42231565923
Octal246127101361024352613143
Binary1010011010101110010101111010000101000111010101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60A39; }

 p { color: rgb(166,10,57); }

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

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

 a { background-color: rgb(166,10,57); }

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

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

 span { border-color: rgb(166,10,57); }

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