Html Css Color HEX #A9193E Cardinal

📋 copy color: '#A9193E'

red 169 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #A9193E

Tints of Cardinal #A9193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

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

R = 66.02%
G = 9.77%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A9193E (or 0xA9193E) is known color: Cardinal. HEX triplet: A9, 19 and 3E. RGB value is (169,25,62). Sum of RGB (Red+Green+Blue) = 169+25+62=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A9193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9193E is #56E6C1. Grayscale: #484848. Windows color (decimal): -5695170 or 4069801. OLE color: 4069801.

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

Color convert

RGB 169 25 62 -
CMYK 0 0.85 0.63 0.34
HSL 344.58º 0.74% 0.38% -
HSV(B) 344.58º 0.85% 0.66% -
XYZ 17.58 9.48 5.46 -
YUV 72.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 169 25 62 0 0.85 0.63 0.34 344.58 0.74 0.38
Hex A9 19 3E 0 55 3F 22 159 4A 26
Octal 251 31 76 0 125 77 42 531 112 46
Binary 10101001 11001 111110 0 1010101 111111 100010 101011001 1001010 100110

Color Harmonies of #A9193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9193E

Black with #A9193E

Text Example


Text Example

White with #A9193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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