#A60C35

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

Shades of Cardinal #A60C35

Tints of Cardinal #A60C35

Color information

#A60C35 (or 0xA60C35) is unknown color: approx Cardinal. HEX triplet: A6, 0C and 35. RGB value is (166,12,53). Sum of RGB (Red+Green+Blue) = 166+12+53=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C35 is #59F3CA. Grayscale: #3E3E3E. Windows color (decimal): -5895115 or 3476646. OLE color: 3476646.

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

Color convert

RGB1661253-
CMYK00.930.680.35
HSL344.03º86.52%34.9%-
HSV(B)344.03º92.77%65.1%-
XYZ16.58.634.16-
YUV62.72122.52201.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.86%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=71.86%
G=5.19%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166125300.930.680.35344.0386.5234.9
HexA6C3505D44231585723
Octal246146501351044353012743
Binary1010011011001101010101110110001001000111010110001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C35; }

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

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

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

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

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

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

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

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