#A9203D

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

Shades of Cardinal #A9203D

Tints of Cardinal #A9203D

Color information

#A9203D (or 0xA9203D) is unknown color: approx Cardinal. HEX triplet: A9, 20 and 3D. RGB value is (169,32,61). Sum of RGB (Red+Green+Blue) = 169+32+61=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A9203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9203D is #56DFC2. Grayscale: #4C4C4C. Windows color (decimal): -5693379 or 4006057. OLE color: 4006057.

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

Color convert

RGB1693261-
CMYK00.810.640.34
HSL347.3º68.16%39.41%-
HSV(B)347.3º81.07%66.27%-
XYZ17.729.85.37-
YUV76.27119.39194.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.50%
GREEN value IS 32 (12.89% from 255) = 12.21%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=64.50%
G=12.21%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169326100.810.640.34347.368.1639.41
HexA9203D051402215b4427
Octal251407501211004253310447
Binary101010011000001111010101000110000001000101010110111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9203D; }

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

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

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

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

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

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

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

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