Html Css Color HEX #A9112C Carmine

📋 copy color: '#A9112C'

red 169 ◦ green 17 ◦ blue 44

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

Shades of Carmine #A9112C

Tints of Carmine #A9112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.13%

R = 73.48%
G = 7.39%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A9112C (or 0xA9112C) is known color: Carmine. HEX triplet: A9, 11 and 2C. RGB value is (169,17,44). Sum of RGB (Red+Green+Blue) = 169+17+44=230 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.48% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 169 - color contains mainly: red. Hex color #A9112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9112C is #56EED3. Grayscale: #414141. Windows color (decimal): -5697236 or 2888105. OLE color: 2888105.

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

Color convert

RGB 169 17 44 -
CMYK 0 0.90 0.74 0.34
HSL 349.34º 0.82% 0.36% -
HSV(B) 349.34º 0.9% 0.66% -
XYZ 17.02 9.02 3.23 -
YUV 65.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 169 17 44 0 0.90 0.74 0.34 349.34 0.82 0.36
Hex A9 11 2C 0 5A 4A 22 15D 52 24
Octal 251 21 54 0 132 112 42 535 122 44
Binary 10101001 10001 101100 0 1011010 1001010 100010 101011101 1010010 100100

Color Harmonies of #A9112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9112C

Black with #A9112C

Text Example


Text Example

White with #A9112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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