#A6133C

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

Shades of Cardinal #A6133C

Tints of Cardinal #A6133C

Color information

#A6133C (or 0xA6133C) is unknown color: approx Cardinal. HEX triplet: A6, 13 and 3C. RGB value is (166,19,60). Sum of RGB (Red+Green+Blue) = 166+19+60=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6133C is #59ECC3. Grayscale: #434343. Windows color (decimal): -5893316 or 3937190. OLE color: 3937190.

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

Color convert

RGB1661960-
CMYK00.890.640.35
HSL343.27º79.46%36.27%-
HSV(B)343.27º88.55%65.1%-
XYZ16.778.95.11-
YUV67.63123.7198.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.76%
GREEN value IS 19 (7.81% from 255) = 7.76%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=67.76%
G=7.76%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166196000.890.640.35343.2779.4636.27
HexA6133C05940231574f24
Octal246237401311004352711744
Binary10100110100111111000101100110000001000111010101111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6133C; }

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

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

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

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

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

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

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

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