#A93D35

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

Shades of Medium Carmine #A93D35

Tints of Medium Carmine #A93D35

Color information

#A93D35 (or 0xA93D35) is unknown color: approx Medium Carmine. HEX triplet: A9, 3D and 35. RGB value is (169,61,53). Sum of RGB (Red+Green+Blue) = 169+61+53=283 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.72% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D35 is #56C2CA. Grayscale: #5C5C5C. Windows color (decimal): -5685963 or 3489193. OLE color: 3489193.

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

Color convert

RGB1696153-
CMYK00.640.690.34
HSL4.14º52.25%43.53%-
HSV(B)4.14º68.64%66.27%-
XYZ18.6712.034.71-
YUV92.38105.78182.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.72%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 53 (21.09% from 255) = 18.73%
R=59.72%
G=21.55%
B=18.73%

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
Decimal169615300.640.690.344.1452.2543.53
HexA93D3504045224342c
Octal251756501001054246454
Binary10101001111101110101010000001000101100010100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D35; }

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

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

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

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

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

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

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

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