Html Css Color HEX #A9191C Carmine

📋 copy color: '#A9191C'

red 169 ◦ green 25 ◦ blue 28

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

Shades of Carmine #A9191C

Tints of Carmine #A9191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 76.13%
G = 11.26%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9191C (or 0xA9191C) is known color: Carmine. HEX triplet: A9, 19 and 1C. RGB value is (169,25,28). Sum of RGB (Red+Green+Blue) = 169+25+28=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A9191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9191C is #56E6E3. Grayscale: #444444. Windows color (decimal): -5695204 or 1841577. OLE color: 1841577.

HSL color Cylindrical-coordinate representation of color #A9191C: hue angle of 358.75º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9191C is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 25 28 -
CMYK 0 0.85 0.83 0.34
HSL 358.75º 0.74% 0.38% -
HSV(B) 358.75º 0.85% 0.66% -
XYZ 16.92 9.21 1.99 -
YUV 68.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 169 25 28 0 0.85 0.83 0.34 358.75 0.74 0.38
Hex A9 19 1C 0 55 53 22 167 4A 26
Octal 251 31 34 0 125 123 42 547 112 46
Binary 10101001 11001 11100 0 1010101 1010011 100010 101100111 1001010 100110

Color Harmonies of #A9191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9191C

Black with #A9191C

Text Example


Text Example

White with #A9191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9191C; }

 p { color: rgb(169,25,28); }

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

background-color css

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

 a { background-color: rgb(169,25,28); }

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

border-color css

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

 span { border-color: rgb(169,25,28); }

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