#A9413D

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

Shades of Medium Carmine #A9413D

Tints of Medium Carmine #A9413D

Color information

#A9413D (or 0xA9413D) is unknown color: approx Medium Carmine. HEX triplet: A9, 41 and 3D. RGB value is (169,65,61). Sum of RGB (Red+Green+Blue) = 169+65+61=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9413D is #56BEC2. Grayscale: #5F5F5F. Windows color (decimal): -5684931 or 4014505. OLE color: 4014505.

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

Color convert

RGB1696561-
CMYK00.620.640.34
HSL2.22º46.96%45.1%-
HSV(B)2.22º63.91%66.27%-
XYZ19.0912.555.83-
YUV95.64108.46180.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 61 (24.22% from 255) = 20.68%
R=57.29%
G=22.03%
B=20.68%

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
Decimal169656100.620.640.342.2246.9645.1
HexA9413D03E402222f2d
Octal251101750761004225755
Binary1010100110000011111010111110100000010001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9413D; }

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

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

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

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

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

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

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

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