Html Css Color HEX #A9112E Cardinal

📋 copy color: '#A9112E'

red 169 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #A9112E

Tints of Cardinal #A9112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 72.84%
G = 7.33%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9112E (or 0xA9112E) is known color: Cardinal. HEX triplet: A9, 11 and 2E. RGB value is (169,17,46). Sum of RGB (Red+Green+Blue) = 169+17+46=232 (30% of max value = 765). Red value is 169 (66.41% from 255 or 72.84% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 169 - color contains mainly: red. Hex color #A9112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9112E is #56EED1. Grayscale: #414141. Windows color (decimal): -5697234 or 3019177. OLE color: 3019177.

HSL color Cylindrical-coordinate representation of color #A9112E: hue angle of 348.55º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9112E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 46 -
CMYK 0 0.90 0.73 0.34
HSL 348.55º 0.82% 0.36% -
HSV(B) 348.55º 0.9% 0.66% -
XYZ 17.06 9.03 3.43 -
YUV 65.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 169 17 46 0 0.90 0.73 0.34 348.55 0.82 0.36
Hex A9 11 2E 0 5A 49 22 15D 52 24
Octal 251 21 56 0 132 111 42 535 122 44
Binary 10101001 10001 101110 0 1011010 1001001 100010 101011101 1010010 100100

Color Harmonies of #A9112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9112E

Black with #A9112E

Text Example


Text Example

White with #A9112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9112E; }

 p { color: rgb(169,17,46); }

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

background-color css

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

 a { background-color: rgb(169,17,46); }

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

border-color css

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

 span { border-color: rgb(169,17,46); }

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