#A61334

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

Shades of Cardinal #A61334

Tints of Cardinal #A61334

Color information

#A61334 (or 0xA61334) is unknown color: approx Cardinal. HEX triplet: A6, 13 and 34. RGB value is (166,19,52). Sum of RGB (Red+Green+Blue) = 166+19+52=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A61334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61334 is #59ECCB. Grayscale: #424242. Windows color (decimal): -5893324 or 3412902. OLE color: 3412902.

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

Color convert

RGB1661952-
CMYK00.890.690.35
HSL346.53º79.46%36.27%-
HSV(B)346.53º88.55%65.1%-
XYZ16.588.824.08-
YUV66.72119.7198.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.04%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=70.04%
G=8.02%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166195200.890.690.35346.5379.4636.27
HexA61334059452315b4f24
Octal246236401311054353311744
Binary10100110100111101000101100110001011000111010110111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61334; }

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

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

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

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

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

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

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

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