#A93A34

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

Shades of Medium Carmine #A93A34

Tints of Medium Carmine #A93A34

Color information

#A93A34 (or 0xA93A34) is unknown color: approx Medium Carmine. HEX triplet: A9, 3A and 34. RGB value is (169,58,52). Sum of RGB (Red+Green+Blue) = 169+58+52=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A34 is #56C5CB. Grayscale: #5A5A5A. Windows color (decimal): -5686732 or 3422889. OLE color: 3422889.

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

Color convert

RGB1695852-
CMYK00.660.690.34
HSL3.08º52.94%43.33%-
HSV(B)3.08º69.23%66.27%-
XYZ18.511.714.53-
YUV90.5106.27183.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=60.57%
G=20.79%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169585200.660.690.343.0852.9443.33
HexA93A3404245223352b
Octal251726401021054236553
Binary1010100111101011010001000010100010110001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A34; }

 p { color: rgb(169,58,52); }

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

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

 a { background-color: rgb(169,58,52); }

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

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

 span { border-color: rgb(169,58,52); }

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