#A61034

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

Shades of Cardinal #A61034

Tints of Cardinal #A61034

Color information

#A61034 (or 0xA61034) is unknown color: approx Cardinal. HEX triplet: A6, 10 and 34. RGB value is (166,16,52). Sum of RGB (Red+Green+Blue) = 166+16+52=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A61034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61034 is #59EFCB. Grayscale: #404040. Windows color (decimal): -5894092 or 3412134. OLE color: 3412134.

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

Color convert

RGB1661652-
CMYK00.900.690.35
HSL345.6º82.42%35.69%-
HSV(B)345.6º90.36%65.1%-
XYZ16.538.734.06-
YUV64.95120.7200.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=70.94%
G=6.84%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166165200.900.690.35345.682.4235.69
HexA6103405A452315a5224
Octal246206401321054353212244
Binary10100110100001101000101101010001011000111010110101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61034; }

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

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

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

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

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

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

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

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