#A93C34

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

Shades of Medium Carmine #A93C34

Tints of Medium Carmine #A93C34

Color information

#A93C34 (or 0xA93C34) is unknown color: approx Medium Carmine. HEX triplet: A9, 3C and 34. RGB value is (169,60,52). Sum of RGB (Red+Green+Blue) = 169+60+52=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C34 is #56C3CB. Grayscale: #5B5B5B. Windows color (decimal): -5686220 or 3423401. OLE color: 3423401.

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

Color convert

RGB1696052-
CMYK00.640.690.34
HSL4.1º52.94%43.33%-
HSV(B)4.1º69.23%66.27%-
XYZ18.611.914.57-
YUV91.68105.61183.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 60 (23.83% from 255) = 21.35%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=60.14%
G=21.35%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169605200.640.690.344.152.9443.33
HexA93C3404045224352b
Octal251746401001054246553
Binary10101001111100110100010000001000101100010100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93C34; }

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

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

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

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

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

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

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

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