#A6103E

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

Shades of Cardinal #A6103E

Tints of Cardinal #A6103E

Color information

#A6103E (or 0xA6103E) is unknown color: approx Cardinal. HEX triplet: A6, 10 and 3E. RGB value is (166,16,62). Sum of RGB (Red+Green+Blue) = 166+16+62=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6103E is #59EFC1. Grayscale: #424242. Windows color (decimal): -5894082 or 4067494. OLE color: 4067494.

HSL color Cylindrical-coordinate representation of color #A6103E: hue angle of 341.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 #A6103E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1661662-
CMYK00.900.630.35
HSL341.6º82.42%35.69%-
HSV(B)341.6º90.36%65.1%-
XYZ16.788.835.38-
YUV66.09125.7199.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.03%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 62 (24.61% from 255) = 25.41%
R=68.03%
G=6.56%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166200.900.630.35341.682.4235.69
HexA6103E05A3F231565224
Octal24620760132774352612244
Binary1010011010000111110010110101111111000111010101101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6103E; }

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

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

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

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

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

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

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

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