#A60E36

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

Shades of Cardinal #A60E36

Tints of Cardinal #A60E36

Color information

#A60E36 (or 0xA60E36) is unknown color: approx Cardinal. HEX triplet: A6, 0E and 36. RGB value is (166,14,54). Sum of RGB (Red+Green+Blue) = 166+14+54=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E36 is #59F1C9. Grayscale: #3F3F3F. Windows color (decimal): -5894602 or 3542694. OLE color: 3542694.

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

Color convert

RGB1661454-
CMYK00.920.670.35
HSL344.21º84.44%35.29%-
HSV(B)344.21º91.57%65.1%-
XYZ16.558.694.29-
YUV64.01122.36200.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=70.94%
G=5.98%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166145400.920.670.35344.2184.4435.29
HexA6E3605C43231585423
Octal246166601341034353012443
Binary1010011011101101100101110010000111000111010110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E36; }

 p { color: rgb(166,14,54); }

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

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

 a { background-color: rgb(166,14,54); }

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

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

 span { border-color: rgb(166,14,54); }

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