Html Css Color HEX #A94232 Medium Carmine

📋 copy color: '#A94232'

red 169 ◦ green 66 ◦ blue 50

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

Shades of Medium Carmine #A94232

Tints of Medium Carmine #A94232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 59.3%
G = 23.16%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A94232 (or 0xA94232) is known color: Medium Carmine. HEX triplet: A9, 42 and 32. RGB value is (169,66,50). Sum of RGB (Red+Green+Blue) = 169+66+50=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A94232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94232 is #56BDCD. Grayscale: #5F5F5F. Windows color (decimal): -5684686 or 3293865. OLE color: 3293865.

HSL color Cylindrical-coordinate representation of color #A94232: hue angle of 8.07º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A94232 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 66 50 -
CMYK 0 0.61 0.70 0.34
HSL 8.07º 0.54% 0.43% -
HSV(B) 8.07º 0.7% 0.66% -
XYZ 18.89 12.56 4.45 -
YUV 94.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 169 66 50 0 0.61 0.70 0.34 8.07 0.54 0.43
Hex A9 42 32 0 3D 46 22 8 36 2B
Octal 251 102 62 0 75 106 42 10 66 53
Binary 10101001 1000010 110010 0 111101 1000110 100010 1000 110110 101011

Color Harmonies of #A94232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94232

Black with #A94232

Text Example


Text Example

White with #A94232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94232; }

 p { color: rgb(169,66,50); }

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

background-color css

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

 a { background-color: rgb(169,66,50); }

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

border-color css

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

 span { border-color: rgb(169,66,50); }

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