#A54132

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

Shades of Medium Carmine #A54132

Tints of Medium Carmine #A54132

Color information

#A54132 (or 0xA54132) is unknown color: approx Medium Carmine. HEX triplet: A5, 41 and 32. RGB value is (165,65,50). Sum of RGB (Red+Green+Blue) = 165+65+50=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A54132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54132 is #5ABECD. Grayscale: #5D5D5D. Windows color (decimal): -5947086 or 3293605. OLE color: 3293605.

HSL color Cylindrical-coordinate representation of color #A54132: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54132 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1656550-
CMYK00.610.700.35
HSL7.83º53.49%42.16%-
HSV(B)7.83º69.7%64.71%-
XYZ17.9812.014.39-
YUV93.19103.63179.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.93%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=58.93%
G=23.21%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165655000.610.700.357.8353.4942.16
HexA5413203D46238352a
Octal2451016207510643106552
Binary101001011000001110010011110110001101000111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54132; }

 p { color: rgb(165,65,50); }

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

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

 a { background-color: rgb(165,65,50); }

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

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

 span { border-color: rgb(165,65,50); }

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