Html Css Color HEX #A9213C Cardinal

📋 copy color: '#A9213C'

red 169 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #A9213C

Tints of Cardinal #A9213C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 64.5%
G = 12.6%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9213C (or 0xA9213C) is known color: Cardinal. HEX triplet: A9, 21 and 3C. RGB value is (169,33,60). Sum of RGB (Red+Green+Blue) = 169+33+60=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A9213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9213C is #56DEC3. Grayscale: #4C4C4C. Windows color (decimal): -5693124 or 3940777. OLE color: 3940777.

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

Color convert

RGB 169 33 60 -
CMYK 0 0.80 0.64 0.34
HSL 348.09º 0.67% 0.4% -
HSV(B) 348.09º 0.8% 0.66% -
XYZ 17.72 9.85 5.24 -
YUV 76.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 169 33 60 0 0.80 0.64 0.34 348.09 0.67 0.4
Hex A9 21 3C 0 50 40 22 15C 43 28
Octal 251 41 74 0 120 100 42 534 103 50
Binary 10101001 100001 111100 0 1010000 1000000 100010 101011100 1000011 101000

Color Harmonies of #A9213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9213C

Black with #A9213C

Text Example


Text Example

White with #A9213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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