#a81139

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

Shades of Cardinal #A81139

Tints of Cardinal #A81139

Color information

#A81139 (or 0xA81139) is unknown color: approx Cardinal. HEX triplet: A8, 11 and 39. RGB value is (168,17,57). Sum of RGB (Red+Green+Blue) = 168+17+57=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A81139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81139 is #57EEC6. Grayscale: #424242. Windows color (decimal): -5762759 or 3740072. OLE color: 3740072.

HSL color Cylindrical-coordinate representation of color #A81139: hue angle of 344.11º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81139 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1681757-
CMYK00.900.660.34
HSL344.11º81.62%36.27%-
HSV(B)344.11º89.88%65.88%-
XYZ17.099.024.71-
YUV66.71122.53200.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.42%
GREEN value IS 17 (7.03% from 255) = 7.02%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=69.42%
G=7.02%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168175700.900.660.34344.1181.6236.27
HexA8113905A42221585224
Octal250217101321024253012244
Binary10101000100011110010101101010000101000101010110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81139; }

 p { color: rgb(168,17,57); }

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

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

 a { background-color: rgb(168,17,57); }

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

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

 span { border-color: rgb(168,17,57); }

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