Html Css Color HEX #A9213A Cardinal

📋 copy color: '#A9213A'

red 169 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #A9213A

Tints of Cardinal #A9213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 65%
G = 12.69%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9213A (or 0xA9213A) is known color: Cardinal. HEX triplet: A9, 21 and 3A. RGB value is (169,33,58). Sum of RGB (Red+Green+Blue) = 169+33+58=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A9213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9213A is #56DEC5. Grayscale: #4C4C4C. Windows color (decimal): -5693126 or 3809705. OLE color: 3809705.

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

Color convert

RGB 169 33 58 -
CMYK 0 0.80 0.66 0.34
HSL 348.97º 0.67% 0.4% -
HSV(B) 348.97º 0.8% 0.66% -
XYZ 17.67 9.83 4.97 -
YUV 76.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 169 33 58 0 0.80 0.66 0.34 348.97 0.67 0.4
Hex A9 21 3A 0 50 42 22 15D 43 28
Octal 251 41 72 0 120 102 42 535 103 50
Binary 10101001 100001 111010 0 1010000 1000010 100010 101011101 1000011 101000

Color Harmonies of #A9213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9213A

Black with #A9213A

Text Example


Text Example

White with #A9213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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