#BA345E

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

Shades of Rouge #BA345E

Tints of Rouge #BA345E

Color information

#BA345E (or 0xBA345E) is unknown color: approx Rouge. HEX triplet: BA, 34 and 5E. RGB value is (186,52,94). Sum of RGB (Red+Green+Blue) = 186+52+94=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA345E is #45CBA1. Grayscale: #606060. Windows color (decimal): -4574114 or 6173882. OLE color: 6173882.

HSL color Cylindrical-coordinate representation of color #BA345E: hue angle of 341.19º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA345E is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1865294-
CMYK00.720.490.27
HSL341.19º56.3%46.67%-
HSV(B)341.19º72.04%72.94%-
XYZ23.513.712-
YUV96.85126.39191.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 52 (20.70% from 255) = 15.66%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=56.02%
G=15.66%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186529400.720.490.27341.1956.346.67
HexBA345E048311B155382f
Octal27264136011061335257057
Binary1011101011010010111100100100011000111011101010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA345E; }

 p { color: rgb(186,52,94); }

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

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

 a { background-color: rgb(186,52,94); }

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

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

 span { border-color: rgb(186,52,94); }

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