Html Css Color HEX #A9162D Cardinal

📋 copy color: '#A9162D'

red 169 ◦ green 22 ◦ blue 45

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

Shades of Cardinal #A9162D

Tints of Cardinal #A9162D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 71.61%
G = 9.32%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9162D (or 0xA9162D) is known color: Cardinal. HEX triplet: A9, 16 and 2D. RGB value is (169,22,45). Sum of RGB (Red+Green+Blue) = 169+22+45=236 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.61% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 169 - color contains mainly: red. Hex color #A9162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9162D is #56E9D2. Grayscale: #444444. Windows color (decimal): -5695955 or 2954921. OLE color: 2954921.

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

Color convert

RGB 169 22 45 -
CMYK 0 0.87 0.73 0.34
HSL 350.61º 0.77% 0.37% -
HSV(B) 350.61º 0.87% 0.66% -
XYZ 17.12 9.2 3.36 -
YUV 68.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 169 22 45 0 0.87 0.73 0.34 350.61 0.77 0.37
Hex A9 16 2D 0 57 49 22 15F 4D 25
Octal 251 26 55 0 127 111 42 537 115 45
Binary 10101001 10110 101101 0 1010111 1001001 100010 101011111 1001101 100101

Color Harmonies of #A9162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9162D

Black with #A9162D

Text Example


Text Example

White with #A9162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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