Html Css Color HEX #A9223E Cardinal

📋 copy color: '#A9223E'

red 169 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #A9223E

Tints of Cardinal #A9223E

RGB

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

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

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

R = 63.77%
G = 12.83%
B = 23.4%

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

#A9223E (or 0xA9223E) is known color: Cardinal. HEX triplet: A9, 22 and 3E. RGB value is (169,34,62). Sum of RGB (Red+Green+Blue) = 169+34+62=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A9223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9223E is #56DDC1. Grayscale: #4D4D4D. Windows color (decimal): -5692866 or 4072105. OLE color: 4072105.

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

Color convert

RGB 169 34 62 -
CMYK 0 0.80 0.63 0.34
HSL 347.56º 0.67% 0.4% -
HSV(B) 347.56º 0.8% 0.66% -
XYZ 17.8 9.93 5.54 -
YUV 77.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 169 34 62 0 0.80 0.63 0.34 347.56 0.67 0.4
Hex A9 22 3E 0 50 3F 22 15C 43 28
Octal 251 42 76 0 120 77 42 534 103 50
Binary 10101001 100010 111110 0 1010000 111111 100010 101011100 1000011 101000

Color Harmonies of #A9223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9223E

Black with #A9223E

Text Example


Text Example

White with #A9223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9223E; }

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

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

background-color css

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

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

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

border-color css

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

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

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