#A60A3B

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

Shades of Cardinal #A60A3B

Tints of Cardinal #A60A3B

Color information

#A60A3B (or 0xA60A3B) is unknown color: approx Cardinal. HEX triplet: A6, 0A and 3B. RGB value is (166,10,59). Sum of RGB (Red+Green+Blue) = 166+10+59=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A3B is #59F5C4. Grayscale: #3E3E3E. Windows color (decimal): -5895621 or 3869350. OLE color: 3869350.

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

Color convert

RGB1661059-
CMYK00.940.640.35
HSL341.15º88.64%34.51%-
HSV(B)341.15º93.98%65.1%-
XYZ16.628.644.93-
YUV62.23126.18202.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.64%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 59 (23.44% from 255) = 25.11%
R=70.64%
G=4.26%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166105900.940.640.35341.1588.6434.51
HexA6A3B05E40231555923
Octal246127301361004352513143
Binary1010011010101110110101111010000001000111010101011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60A3B; }

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

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

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

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

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

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

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

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