Html Css Color HEX #A9163A Cardinal

📋 copy color: '#A9163A'

red 169 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #A9163A

Tints of Cardinal #A9163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.84%

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

R = 67.87%
G = 8.84%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A9163A (or 0xA9163A) is known color: Cardinal. HEX triplet: A9, 16 and 3A. RGB value is (169,22,58). Sum of RGB (Red+Green+Blue) = 169+22+58=249 (32% of max value = 765). Red value is 169 (66.41% from 255 or 67.87% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 169 - color contains mainly: red. Hex color #A9163A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9163A is #56E9C5. Grayscale: #464646. Windows color (decimal): -5695942 or 3806889. OLE color: 3806889.

HSL color Cylindrical-coordinate representation of color #A9163A: hue angle of 345.31º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A9163A is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 22 58 -
CMYK 0 0.87 0.66 0.34
HSL 345.31º 0.77% 0.37% -
HSV(B) 345.31º 0.87% 0.66% -
XYZ 17.41 9.31 4.88 -
YUV 70.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 169 22 58 0 0.87 0.66 0.34 345.31 0.77 0.37
Hex A9 16 3A 0 57 42 22 159 4D 25
Octal 251 26 72 0 127 102 42 531 115 45
Binary 10101001 10110 111010 0 1010111 1000010 100010 101011001 1001101 100101

Color Harmonies of #A9163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9163A

Black with #A9163A

Text Example


Text Example

White with #A9163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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