#A61539

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

Shades of Cardinal #A61539

Tints of Cardinal #A61539

Color information

#A61539 (or 0xA61539) is unknown color: approx Cardinal. HEX triplet: A6, 15 and 39. RGB value is (166,21,57). Sum of RGB (Red+Green+Blue) = 166+21+57=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A61539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61539 is #59EAC6. Grayscale: #444444. Windows color (decimal): -5892807 or 3741094. OLE color: 3741094.

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

Color convert

RGB1662157-
CMYK00.870.660.35
HSL345.1º77.54%36.67%-
HSV(B)345.1º87.35%65.1%-
XYZ16.738.944.71-
YUV68.46121.54197.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.03%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=68.03%
G=8.61%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166215700.870.660.35345.177.5436.67
HexA6153905742231594e25
Octal246257101271024353111645
Binary10100110101011110010101011110000101000111010110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61539; }

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

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

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

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

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

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

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

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