Html Css Color HEX #A9203B Cardinal

📋 copy color: '#A9203B'

red 169 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #A9203B

Tints of Cardinal #A9203B

RGB

 RED value IS 169 (66.41% from 255) = 65%

 GREEN value IS 32 (12.89% from 255) = 12.31%

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 65%
G = 12.31%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A9203B (or 0xA9203B) is known color: Cardinal. HEX triplet: A9, 20 and 3B. RGB value is (169,32,59). Sum of RGB (Red+Green+Blue) = 169+32+59=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A9203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9203B is #56DFC4. Grayscale: #4C4C4C. Windows color (decimal): -5693381 or 3874985. OLE color: 3874985.

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

Color convert

RGB 169 32 59 -
CMYK 0 0.81 0.65 0.34
HSL 348.18º 0.68% 0.39% -
HSV(B) 348.18º 0.81% 0.66% -
XYZ 17.67 9.78 5.09 -
YUV 76.04 118.39 194.3 -
System Red Green Blue C M Y K H S L
Decimal 169 32 59 0 0.81 0.65 0.34 348.18 0.68 0.39
Hex A9 20 3B 0 51 41 22 15C 44 27
Octal 251 40 73 0 121 101 42 534 104 47
Binary 10101001 100000 111011 0 1010001 1000001 100010 101011100 1000100 100111

Color Harmonies of #A9203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9203B

Black with #A9203B

Text Example


Text Example

White with #A9203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9203B; }

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

 H1.HeaderClassName
 {
   color: #A9203B;
 }
 .AnyTagClassName
 {
   color: #A9203B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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