#A9372A

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

Shades of Medium Carmine #A9372A

Tints of Medium Carmine #A9372A

Color information

#A9372A (or 0xA9372A) is unknown color: approx Medium Carmine. HEX triplet: A9, 37 and 2A. RGB value is (169,55,42). Sum of RGB (Red+Green+Blue) = 169+55+42=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9372A is #56C8D5. Grayscale: #575757. Windows color (decimal): -5687510 or 2766761. OLE color: 2766761.

HSL color Cylindrical-coordinate representation of color #A9372A: hue angle of 6.14º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9372A is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1695542-
CMYK00.670.750.34
HSL6.14º60.19%41.37%-
HSV(B)6.14º75.15%66.27%-
XYZ18.1511.333.42-
YUV87.6102.27186.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.53%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=63.53%
G=20.68%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169554200.670.750.346.1460.1941.37
HexA9372A0434B2263c29
Octal251675201031134267451
Binary10101001110111101010010000111001011100010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9372A; }

 p { color: rgb(169,55,42); }

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

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

 a { background-color: rgb(169,55,42); }

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

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

 span { border-color: rgb(169,55,42); }

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