#A9372F

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

Shades of Medium Carmine #A9372F

Tints of Medium Carmine #A9372F

Color information

#A9372F (or 0xA9372F) is unknown color: approx Medium Carmine. HEX triplet: A9, 37 and 2F. RGB value is (169,55,47). Sum of RGB (Red+Green+Blue) = 169+55+47=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A9372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9372F is #56C8D0. Grayscale: #585858. Windows color (decimal): -5687505 or 3094441. OLE color: 3094441.

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

Color convert

RGB1695547-
CMYK00.670.720.34
HSL3.93º56.48%42.35%-
HSV(B)3.93º72.19%66.27%-
XYZ18.2411.373.92-
YUV88.17104.77185.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 55 (21.88% from 255) = 20.30%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=62.36%
G=20.30%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169554700.670.720.343.9356.4842.35
HexA9372F04348224382a
Octal251675701031104247052
Binary10101001110111101111010000111001000100010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9372F; }

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

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

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

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

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

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

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

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