#A9113E

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

Shades of Cardinal #A9113E

Tints of Cardinal #A9113E

Color information

#A9113E (or 0xA9113E) is unknown color: approx Cardinal. HEX triplet: A9, 11 and 3E. RGB value is (169,17,62). Sum of RGB (Red+Green+Blue) = 169+17+62=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9113E is #56EEC1. Grayscale: #434343. Windows color (decimal): -5697218 or 4067753. OLE color: 4067753.

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

Color convert

RGB1691762-
CMYK00.900.630.34
HSL342.24º81.72%36.47%-
HSV(B)342.24º89.94%66.27%-
XYZ17.439.185.41-
YUV67.58124.86200.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.15%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 62 (24.61% from 255) = 25%
R=68.15%
G=6.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169176200.900.630.34342.2481.7236.47
HexA9113E05A3F221565224
Octal25121760132774252612244
Binary1010100110001111110010110101111111000101010101101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9113E; }

 p { color: rgb(169,17,62); }

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

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

 a { background-color: rgb(169,17,62); }

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

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

 span { border-color: rgb(169,17,62); }

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