#A94A3B

Color #A94A3B Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #A94A3B

Tints of Medium Carmine #A94A3B

Color information

#A94A3B (or 0xA94A3B) is unknown color: approx Medium Carmine. HEX triplet: A9, 4A and 3B. RGB value is (169,74,59). Sum of RGB (Red+Green+Blue) = 169+74+59=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94A3B is #56B5C4. Grayscale: #646464. Windows color (decimal): -5682629 or 3885737. OLE color: 3885737.

HSL color Cylindrical-coordinate representation of color #A94A3B: hue angle of 8.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A94A3B is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1697459-
CMYK00.560.650.34
HSL8.18º48.25%44.71%-
HSV(B)8.18º65.09%66.27%-
XYZ19.613.655.74-
YUV100.7104.47176.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=55.96%
G=24.50%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169745900.560.650.348.1848.2544.71
HexA94A3B03841228302d
Octal2511127307010142106055
Binary101010011001010111011011100010000011000101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A3B; }

 p { color: rgb(169,74,59); }

 H1.HeaderClassName
 {
   color: #A94A3B;
 }
 .AnyTagClassName
 {
   color: #A94A3B;
 }
</style>
background-color css

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

 a { background-color: rgb(169,74,59); }

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

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

 span { border-color: rgb(169,74,59); }

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