#A93D38

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

Shades of Medium Carmine #A93D38

Tints of Medium Carmine #A93D38

Color information

#A93D38 (or 0xA93D38) is unknown color: approx Medium Carmine. HEX triplet: A9, 3D and 38. RGB value is (169,61,56). Sum of RGB (Red+Green+Blue) = 169+61+56=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D38 is #56C2C7. Grayscale: #5C5C5C. Windows color (decimal): -5685960 or 3685801. OLE color: 3685801.

HSL color Cylindrical-coordinate representation of color #A93D38: hue angle of 2.65º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A93D38 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1696156-
CMYK00.640.670.34
HSL2.65º50.22%44.12%-
HSV(B)2.65º66.86%66.27%-
XYZ18.7412.065.08-
YUV92.72107.28182.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=59.09%
G=21.33%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169615600.640.670.342.6550.2244.12
HexA93D3804043223322c
Octal251757001001034236254
Binary1010100111110111100001000000100001110001011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D38; }

 p { color: rgb(169,61,56); }

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

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

 a { background-color: rgb(169,61,56); }

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

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

 span { border-color: rgb(169,61,56); }

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