#A93B33

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

Shades of Medium Carmine #A93B33

Tints of Medium Carmine #A93B33

Color information

#A93B33 (or 0xA93B33) is unknown color: approx Medium Carmine. HEX triplet: A9, 3B and 33. RGB value is (169,59,51). Sum of RGB (Red+Green+Blue) = 169+59+51=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A93B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93B33 is #56C4CC. Grayscale: #5B5B5B. Windows color (decimal): -5686477 or 3357609. OLE color: 3357609.

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

Color convert

RGB1695951-
CMYK00.650.700.34
HSL4.07º53.64%43.14%-
HSV(B)4.07º69.82%66.27%-
XYZ18.5211.84.43-
YUV90.98105.44183.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 59 (23.44% from 255) = 21.15%
BLUE value IS 51 (20.31% from 255) = 18.28%
R=60.57%
G=21.15%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169595100.650.700.344.0753.6443.14
HexA93B3304146224362b
Octal251736301011064246653
Binary10101001111011110011010000011000110100010100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93B33; }

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

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

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

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

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

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

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

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