#A91631

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

Shades of Cardinal #A91631

Tints of Cardinal #A91631

Color information

#A91631 (or 0xA91631) is unknown color: approx Cardinal. HEX triplet: A9, 16 and 31. RGB value is (169,22,49). Sum of RGB (Red+Green+Blue) = 169+22+49=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A91631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91631 is #56E9CE. Grayscale: #454545. Windows color (decimal): -5695951 or 3217065. OLE color: 3217065.

HSL color Cylindrical-coordinate representation of color #A91631: hue angle of 348.98º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91631 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB1692249-
CMYK00.870.710.34
HSL348.98º76.96%37.45%-
HSV(B)348.98º86.98%66.27%-
XYZ17.29.233.78-
YUV69.03116.7199.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.42%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=70.42%
G=9.17%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169224900.870.710.34348.9876.9637.45
HexA91631057472215d4d25
Octal251266101271074253511545
Binary10101001101101100010101011110001111000101010111011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91631; }

 p { color: rgb(169,22,49); }

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

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

 a { background-color: rgb(169,22,49); }

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

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

 span { border-color: rgb(169,22,49); }

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