Html Css Color HEX #A9223A Cardinal

📋 copy color: '#A9223A'

red 169 ◦ green 34 ◦ blue 58

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

Shades of Cardinal #A9223A

Tints of Cardinal #A9223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

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

R = 64.75%
G = 13.03%
B = 22.22%

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

#A9223A (or 0xA9223A) is known color: Cardinal. HEX triplet: A9, 22 and 3A. RGB value is (169,34,58). Sum of RGB (Red+Green+Blue) = 169+34+58=261 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.75% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 169 - color contains mainly: red. Hex color #A9223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9223A is #56DDC5. Grayscale: #4D4D4D. Windows color (decimal): -5692870 or 3809961. OLE color: 3809961.

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

Color convert

RGB 169 34 58 -
CMYK 0 0.80 0.66 0.34
HSL 349.33º 0.67% 0.4% -
HSV(B) 349.33º 0.8% 0.66% -
XYZ 17.7 9.88 4.98 -
YUV 77.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 169 34 58 0 0.80 0.66 0.34 349.33 0.67 0.4
Hex A9 22 3A 0 50 42 22 15D 43 28
Octal 251 42 72 0 120 102 42 535 103 50
Binary 10101001 100010 111010 0 1010000 1000010 100010 101011101 1000011 101000

Color Harmonies of #A9223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9223A

Black with #A9223A

Text Example


Text Example

White with #A9223A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9223A; }

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

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

background-color css

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

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

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

border-color css

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

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

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