#A93A35

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

Shades of Medium Carmine #A93A35

Tints of Medium Carmine #A93A35

Color information

#A93A35 (or 0xA93A35) is unknown color: approx Medium Carmine. HEX triplet: A9, 3A and 35. RGB value is (169,58,53). Sum of RGB (Red+Green+Blue) = 169+58+53=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A35 is #56C5CA. Grayscale: #5A5A5A. Windows color (decimal): -5686731 or 3488425. OLE color: 3488425.

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

Color convert

RGB1695853-
CMYK00.660.690.34
HSL2.59º52.25%43.53%-
HSV(B)2.59º68.64%66.27%-
XYZ18.5211.724.65-
YUV90.62106.77183.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.36%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=60.36%
G=20.71%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169585300.660.690.342.5952.2543.53
HexA93A3504245223342c
Octal251726501021054236454
Binary1010100111101011010101000010100010110001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A35; }

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

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

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

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

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

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

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

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