Html Css Color HEX #A9121C Carmine

📋 copy color: '#A9121C'

red 169 ◦ green 18 ◦ blue 28

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

Shades of Carmine #A9121C

Tints of Carmine #A9121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

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

R = 78.6%
G = 8.37%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9121C (or 0xA9121C) is known color: Carmine. HEX triplet: A9, 12 and 1C. RGB value is (169,18,28). Sum of RGB (Red+Green+Blue) = 169+18+28=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A9121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9121C is #56EDE3. Grayscale: #404040. Windows color (decimal): -5696996 or 1839785. OLE color: 1839785.

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

Color convert

RGB 169 18 28 -
CMYK 0 0.89 0.83 0.34
HSL 356.03º 0.81% 0.37% -
HSV(B) 356.03º 0.89% 0.66% -
XYZ 16.79 8.95 1.94 -
YUV 64.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 169 18 28 0 0.89 0.83 0.34 356.03 0.81 0.37
Hex A9 12 1C 0 59 53 22 164 51 25
Octal 251 22 34 0 131 123 42 544 121 45
Binary 10101001 10010 11100 0 1011001 1010011 100010 101100100 1010001 100101

Color Harmonies of #A9121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9121C

Black with #A9121C

Text Example


Text Example

White with #A9121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9121C; }

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

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

background-color css

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

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

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

border-color css

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

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

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