#A9203E

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

Shades of Cardinal #A9203E

Tints of Cardinal #A9203E

Color information

#A9203E (or 0xA9203E) is unknown color: approx Cardinal. HEX triplet: A9, 20 and 3E. RGB value is (169,32,62). Sum of RGB (Red+Green+Blue) = 169+32+62=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A9203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9203E is #56DFC1. Grayscale: #4C4C4C. Windows color (decimal): -5693378 or 4071593. OLE color: 4071593.

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

Color convert

RGB1693262-
CMYK00.810.630.34
HSL346.86º68.16%39.41%-
HSV(B)346.86º81.07%66.27%-
XYZ17.759.825.52-
YUV76.38119.89194.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.26%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=64.26%
G=12.17%
B=23.57%

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
Decimal169326200.810.630.34346.8668.1639.41
HexA9203E0513F2215b4427
Octal25140760121774253310447
Binary10101001100000111110010100011111111000101010110111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9203E; }

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

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

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

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

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

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

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

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