#A9382A

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

Shades of Medium Carmine #A9382A

Tints of Medium Carmine #A9382A

Color information

#A9382A (or 0xA9382A) is unknown color: approx Medium Carmine. HEX triplet: A9, 38 and 2A. RGB value is (169,56,42). Sum of RGB (Red+Green+Blue) = 169+56+42=267 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.30% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 169 - color contains mainly: red. Hex color #A9382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9382A is #56C7D5. Grayscale: #585858. Windows color (decimal): -5687254 or 2767017. OLE color: 2767017.

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

Color convert

RGB1695642-
CMYK00.670.750.34
HSL6.61º60.19%41.37%-
HSV(B)6.61º75.15%66.27%-
XYZ18.1911.433.44-
YUV88.19101.94185.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.30%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=63.30%
G=20.97%
B=15.73%

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
Decimal169564200.670.750.346.6160.1941.37
HexA9382A0434B2273c29
Octal251705201031134277451
Binary10101001111000101010010000111001011100010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9382A; }

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

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

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

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

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

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

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

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