#A91730

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

Shades of Cardinal #A91730

Tints of Cardinal #A91730

Color information

#A91730 (or 0xA91730) is unknown color: approx Cardinal. HEX triplet: A9, 17 and 30. RGB value is (169,23,48). Sum of RGB (Red+Green+Blue) = 169+23+48=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A91730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91730 is #56E8CF. Grayscale: #454545. Windows color (decimal): -5695696 or 3151785. OLE color: 3151785.

HSL color Cylindrical-coordinate representation of color #A91730: hue angle of 349.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91730 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1692348-
CMYK00.860.720.34
HSL349.73º76.04%37.65%-
HSV(B)349.73º86.39%66.27%-
XYZ17.29.263.68-
YUV69.5115.87198.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.42%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 48 (19.14% from 255) = 20%
R=70.42%
G=9.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169234800.860.720.34349.7376.0437.65
HexA91730056482215e4c26
Octal251276001261104253611446
Binary10101001101111100000101011010010001000101010111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91730; }

 p { color: rgb(169,23,48); }

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

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

 a { background-color: rgb(169,23,48); }

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

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

 span { border-color: rgb(169,23,48); }

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