#A60C37

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

Shades of Cardinal #A60C37

Tints of Cardinal #A60C37

Color information

#A60C37 (or 0xA60C37) is unknown color: approx Cardinal. HEX triplet: A6, 0C and 37. RGB value is (166,12,55). Sum of RGB (Red+Green+Blue) = 166+12+55=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C37 is #59F3C8. Grayscale: #3E3E3E. Windows color (decimal): -5895113 or 3607718. OLE color: 3607718.

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

Color convert

RGB1661255-
CMYK00.930.670.35
HSL343.25º86.52%34.9%-
HSV(B)343.25º92.77%65.1%-
XYZ16.558.654.41-
YUV62.95123.52201.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.24%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=71.24%
G=5.15%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166125500.930.670.35343.2586.5234.9
HexA6C3705D43231575723
Octal246146701351034352712743
Binary1010011011001101110101110110000111000111010101111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C37; }

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

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

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

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

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

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

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

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