Html Css Color HEX #A94732 Medium Carmine

📋 copy color: '#A94732'

red 169 ◦ green 71 ◦ blue 50

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

Shades of Medium Carmine #A94732

Tints of Medium Carmine #A94732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 58.28%
G = 24.48%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A94732 (or 0xA94732) is known color: Medium Carmine. HEX triplet: A9, 47 and 32. RGB value is (169,71,50). Sum of RGB (Red+Green+Blue) = 169+71+50=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A94732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94732 is #56B8CD. Grayscale: #626262. Windows color (decimal): -5683406 or 3295145. OLE color: 3295145.

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

Color convert

RGB 169 71 50 -
CMYK 0 0.58 0.70 0.34
HSL 10.59º 0.54% 0.43% -
HSV(B) 10.59º 0.7% 0.66% -
XYZ 19.19 13.17 4.55 -
YUV 97.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 169 71 50 0 0.58 0.70 0.34 10.59 0.54 0.43
Hex A9 47 32 0 3A 46 22 B 36 2B
Octal 251 107 62 0 72 106 42 13 66 53
Binary 10101001 1000111 110010 0 111010 1000110 100010 1011 110110 101011

Color Harmonies of #A94732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94732

Black with #A94732

Text Example


Text Example

White with #A94732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94732; }

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

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

background-color css

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

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

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

border-color css

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

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

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