Html Css Color HEX #A9392C Medium Carmine

📋 copy color: '#A9392C'

red 169 ◦ green 57 ◦ blue 44

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

Shades of Medium Carmine #A9392C

Tints of Medium Carmine #A9392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

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

R = 62.59%
G = 21.11%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A9392C (or 0xA9392C) is known color: Medium Carmine. HEX triplet: A9, 39 and 2C. RGB value is (169,57,44). Sum of RGB (Red+Green+Blue) = 169+57+44=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A9392C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9392C is #56C6D3. Grayscale: #595959. Windows color (decimal): -5686996 or 2898345. OLE color: 2898345.

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

Color convert

RGB 169 57 44 -
CMYK 0 0.66 0.74 0.34
HSL 6.24º 0.59% 0.42% -
HSV(B) 6.24º 0.74% 0.66% -
XYZ 18.28 11.54 3.65 -
YUV 89.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 169 57 44 0 0.66 0.74 0.34 6.24 0.59 0.42
Hex A9 39 2C 0 42 4A 22 6 3B 2A
Octal 251 71 54 0 102 112 42 6 73 52
Binary 10101001 111001 101100 0 1000010 1001010 100010 110 111011 101010

Color Harmonies of #A9392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9392C

Black with #A9392C

Text Example


Text Example

White with #A9392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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