#A9403C

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

Shades of Medium Carmine #A9403C

Tints of Medium Carmine #A9403C

Color information

#A9403C (or 0xA9403C) is unknown color: approx Medium Carmine. HEX triplet: A9, 40 and 3C. RGB value is (169,64,60). Sum of RGB (Red+Green+Blue) = 169+64+60=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A9403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9403C is #56BFC3. Grayscale: #5F5F5F. Windows color (decimal): -5685188 or 3948713. OLE color: 3948713.

HSL color Cylindrical-coordinate representation of color #A9403C: hue angle of 2.2º degrees, saturation: 0.48, 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 #A9403C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1696460-
CMYK00.620.640.34
HSL2.2º47.6%44.9%-
HSV(B)2.2º64.5%66.27%-
XYZ19.0112.435.67-
YUV94.94108.29180.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.68%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=57.68%
G=21.84%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169646000.620.640.342.247.644.9
HexA9403C03E40222302d
Octal251100740761004226055
Binary1010100110000001111000111110100000010001010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9403C; }

 p { color: rgb(169,64,60); }

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

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

 a { background-color: rgb(169,64,60); }

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

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

 span { border-color: rgb(169,64,60); }

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