#A91232

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

Shades of Cardinal #A91232

Tints of Cardinal #A91232

Color information

#A91232 (or 0xA91232) is unknown color: approx Cardinal. HEX triplet: A9, 12 and 32. RGB value is (169,18,50). Sum of RGB (Red+Green+Blue) = 169+18+50=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A91232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91232 is #56EDCD. Grayscale: #424242. Windows color (decimal): -5696974 or 3281577. OLE color: 3281577.

HSL color Cylindrical-coordinate representation of color #A91232: hue angle of 347.28º degrees, saturation: 0.81, 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 #A91232 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1691850-
CMYK00.890.700.34
HSL347.28º80.75%36.67%-
HSV(B)347.28º89.35%66.27%-
XYZ17.159.13.87-
YUV66.8118.53200.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 71.31%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 50 (19.92% from 255) = 21.10%
R=71.31%
G=7.59%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169185000.890.700.34347.2880.7536.67
HexA91232059462215b5125
Octal251226201311064253312145
Binary10101001100101100100101100110001101000101010110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91232; }

 p { color: rgb(169,18,50); }

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

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

 a { background-color: rgb(169,18,50); }

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

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

 span { border-color: rgb(169,18,50); }

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