#A6113C

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

Shades of Cardinal #A6113C

Tints of Cardinal #A6113C

Color information

#A6113C (or 0xA6113C) is unknown color: approx Cardinal. HEX triplet: A6, 11 and 3C. RGB value is (166,17,60). Sum of RGB (Red+Green+Blue) = 166+17+60=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A6113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6113C is #59EEC3. Grayscale: #424242. Windows color (decimal): -5893828 or 3936678. OLE color: 3936678.

HSL color Cylindrical-coordinate representation of color #A6113C: hue angle of 342.68º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6113C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1661760-
CMYK00.900.640.35
HSL342.68º81.42%35.88%-
HSV(B)342.68º89.76%65.1%-
XYZ16.748.835.1-
YUV66.45124.36199-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.31%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 60 (23.83% from 255) = 24.69%
R=68.31%
G=7.00%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166176000.900.640.35342.6881.4235.88
HexA6113C05A40231575124
Octal246217401321004352712144
Binary10100110100011111000101101010000001000111010101111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6113C; }

 p { color: rgb(166,17,60); }

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

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

 a { background-color: rgb(166,17,60); }

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

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

 span { border-color: rgb(166,17,60); }

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