Html Css Color HEX #A9213E Cardinal

📋 copy color: '#A9213E'

red 169 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #A9213E

Tints of Cardinal #A9213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 64.02%
G = 12.5%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9213E (or 0xA9213E) is known color: Cardinal. HEX triplet: A9, 21 and 3E. RGB value is (169,33,62). Sum of RGB (Red+Green+Blue) = 169+33+62=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9213E is #56DEC1. Grayscale: #4C4C4C. Windows color (decimal): -5693122 or 4071849. OLE color: 4071849.

HSL color Cylindrical-coordinate representation of color #A9213E: hue angle of 347.21º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9213E is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 33 62 -
CMYK 0 0.80 0.63 0.34
HSL 347.21º 0.67% 0.4% -
HSV(B) 347.21º 0.8% 0.66% -
XYZ 17.78 9.87 5.53 -
YUV 76.97 119.56 193.64 -
System Red Green Blue C M Y K H S L
Decimal 169 33 62 0 0.80 0.63 0.34 347.21 0.67 0.4
Hex A9 21 3E 0 50 3F 22 15B 43 28
Octal 251 41 76 0 120 77 42 533 103 50
Binary 10101001 100001 111110 0 1010000 111111 100010 101011011 1000011 101000

Color Harmonies of #A9213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9213E

Black with #A9213E

Text Example


Text Example

White with #A9213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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