#A9203F

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

Shades of Cardinal #A9203F

Tints of Cardinal #A9203F

Color information

#A9203F (or 0xA9203F) is unknown color: approx Cardinal. HEX triplet: A9, 20 and 3F. RGB value is (169,32,63). Sum of RGB (Red+Green+Blue) = 169+32+63=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9203F is #56DFC0. Grayscale: #4C4C4C. Windows color (decimal): -5693377 or 4137129. OLE color: 4137129.

HSL color Cylindrical-coordinate representation of color #A9203F: hue angle of 346.42º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9203F is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1693263-
CMYK00.810.630.34
HSL346.42º68.16%39.41%-
HSV(B)346.42º81.07%66.27%-
XYZ17.789.835.66-
YUV76.5120.39193.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.02%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 63 (25% from 255) = 23.86%
R=64.02%
G=12.12%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169326300.810.630.34346.4268.1639.41
HexA9203F0513F2215a4427
Octal25140770121774253210447
Binary10101001100000111111010100011111111000101010110101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9203F; }

 p { color: rgb(169,32,63); }

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

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

 a { background-color: rgb(169,32,63); }

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

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

 span { border-color: rgb(169,32,63); }

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