Html Css Color HEX #A91114 Carmine

📋 copy color: '#A91114'

red 169 ◦ green 17 ◦ blue 20

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

Shades of Carmine #A91114

Tints of Carmine #A91114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 82.04%
G = 8.25%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A91114 (or 0xA91114) is known color: Carmine. HEX triplet: A9, 11 and 14. RGB value is (169,17,20). Sum of RGB (Red+Green+Blue) = 169+17+20=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A91114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91114 is #56EEEB. Grayscale: #3E3E3E. Windows color (decimal): -5697260 or 1315241. OLE color: 1315241.

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

Color convert

RGB 169 17 20 -
CMYK 0 0.90 0.88 0.34
HSL 358.82º 0.82% 0.36% -
HSV(B) 358.82º 0.9% 0.66% -
XYZ 16.69 8.89 1.5 -
YUV 62.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 169 17 20 0 0.90 0.88 0.34 358.82 0.82 0.36
Hex A9 11 14 0 5A 58 22 167 52 24
Octal 251 21 24 0 132 130 42 547 122 44
Binary 10101001 10001 10100 0 1011010 1011000 100010 101100111 1010010 100100

Color Harmonies of #A91114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91114

Black with #A91114

Text Example


Text Example

White with #A91114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91114; }

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

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

background-color css

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

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

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

border-color css

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

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

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