#A9133A

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

Shades of Cardinal #A9133A

Tints of Cardinal #A9133A

Color information

#A9133A (or 0xA9133A) is unknown color: approx Cardinal. HEX triplet: A9, 13 and 3A. RGB value is (169,19,58). Sum of RGB (Red+Green+Blue) = 169+19+58=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A9133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9133A is #56ECC5. Grayscale: #444444. Windows color (decimal): -5696710 or 3806121. OLE color: 3806121.

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

Color convert

RGB1691958-
CMYK00.890.660.34
HSL344.4º79.79%36.86%-
HSV(B)344.4º88.76%66.27%-
XYZ17.369.214.87-
YUV68.3122.2199.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.70%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=68.70%
G=7.72%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169195800.890.660.34344.479.7936.86
HexA9133A05942221585025
Octal251237201311024253012045
Binary10101001100111110100101100110000101000101010110001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9133A; }

 p { color: rgb(169,19,58); }

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

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

 a { background-color: rgb(169,19,58); }

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

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

 span { border-color: rgb(169,19,58); }

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