Html Css Color HEX #A9203E Cardinal

📋 copy color: '#A9203E'

red 169 ◦ green 32 ◦ blue 62

#A9203E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #A9203E

Tints of Cardinal #A9203E

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 value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9203E (or 0xA9203E) is known color: 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

RGB 169 32 62 -
CMYK 0 0.81 0.63 0.34
HSL 346.86º 0.68% 0.39% -
HSV(B) 346.86º 0.81% 0.66% -
XYZ 17.75 9.82 5.52 -
YUV 76.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 169 32 62 0 0.81 0.63 0.34 346.86 0.68 0.39
Hex A9 20 3E 0 51 3F 22 15B 44 27
Octal 251 40 76 0 121 77 42 533 104 47
Binary 10101001 100000 111110 0 1010001 111111 100010 101011011 1000100 100111

Color Harmonies of #A9203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9203E

Black with #A9203E

Text Example


Text Example

White with #A9203E

Text Example


Text Example

HTML Codes & Css Web 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>