#A6143E

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

Shades of Cardinal #A6143E

Tints of Cardinal #A6143E

Color information

#A6143E (or 0xA6143E) is unknown color: approx Cardinal. HEX triplet: A6, 14 and 3E. RGB value is (166,20,62). Sum of RGB (Red+Green+Blue) = 166+20+62=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6143E is #59EBC1. Grayscale: #444444. Windows color (decimal): -5893058 or 4068518. OLE color: 4068518.

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

Color convert

RGB1662062-
CMYK00.880.630.35
HSL342.74º78.49%36.47%-
HSV(B)342.74º87.95%65.1%-
XYZ16.858.965.4-
YUV68.44124.37197.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.94%
GREEN value IS 20 (8.20% from 255) = 8.06%
BLUE value IS 62 (24.61% from 255) = 25%
R=66.94%
G=8.06%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166206200.880.630.35342.7478.4936.47
HexA6143E0583F231574e24
Octal24624760130774352711644
Binary1010011010100111110010110001111111000111010101111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6143E; }

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

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

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

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

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

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

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

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