#A91142

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

Shades of Cardinal #A91142

Tints of Cardinal #A91142

Color information

#A91142 (or 0xA91142) is unknown color: approx Cardinal. HEX triplet: A9, 11 and 42. RGB value is (169,17,66). Sum of RGB (Red+Green+Blue) = 169+17+66=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A91142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91142 is #56EEBD. Grayscale: #434343. Windows color (decimal): -5697214 or 4329897. OLE color: 4329897.

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

Color convert

RGB1691766-
CMYK00.900.610.34
HSL340.66º81.72%36.47%-
HSV(B)340.66º89.94%66.27%-
XYZ17.559.236.01-
YUV68.03126.86200.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.06%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=67.06%
G=6.75%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169176600.900.610.34340.6681.7236.47
HexA9114205A3D221555224
Octal251211020132754252512244
Binary10101001100011000010010110101111011000101010101011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91142; }

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

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

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

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

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

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

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

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