#A93F3D

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

Shades of Medium Carmine #A93F3D

Tints of Medium Carmine #A93F3D

Color information

#A93F3D (or 0xA93F3D) is unknown color: approx Medium Carmine. HEX triplet: A9, 3F and 3D. RGB value is (169,63,61). Sum of RGB (Red+Green+Blue) = 169+63+61=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93F3D is #56C0C2. Grayscale: #5E5E5E. Windows color (decimal): -5685443 or 4013993. OLE color: 4013993.

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

Color convert

RGB1696361-
CMYK00.630.640.34
HSL1.11º46.96%45.1%-
HSV(B)1.11º63.91%66.27%-
XYZ18.9812.335.79-
YUV94.47109.12181.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.68%
GREEN value IS 63 (25% from 255) = 21.50%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=57.68%
G=21.50%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169636100.630.640.341.1146.9645.1
HexA93F3D03F402212f2d
Octal25177750771004215755
Binary10101001111111111101011111110000001000101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93F3D; }

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

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

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

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

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

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

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

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