Html Css Color HEX #A9173E Cardinal

📋 copy color: '#A9173E'

red 169 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #A9173E

Tints of Cardinal #A9173E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 66.54%
G = 9.06%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9173E (or 0xA9173E) is known color: Cardinal. HEX triplet: A9, 17 and 3E. RGB value is (169,23,62). Sum of RGB (Red+Green+Blue) = 169+23+62=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A9173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9173E is #56E8C1. Grayscale: #474747. Windows color (decimal): -5695682 or 4069289. OLE color: 4069289.

HSL color Cylindrical-coordinate representation of color #A9173E: hue angle of 343.97º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9173E is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 23 62 -
CMYK 0 0.86 0.63 0.34
HSL 343.97º 0.76% 0.38% -
HSV(B) 343.97º 0.86% 0.66% -
XYZ 17.54 9.4 5.45 -
YUV 71.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 169 23 62 0 0.86 0.63 0.34 343.97 0.76 0.38
Hex A9 17 3E 0 56 3F 22 158 4C 26
Octal 251 27 76 0 126 77 42 530 114 46
Binary 10101001 10111 111110 0 1010110 111111 100010 101011000 1001100 100110

Color Harmonies of #A9173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9173E

Black with #A9173E

Text Example


Text Example

White with #A9173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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