#BA345F

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

Shades of Rouge #BA345F

Tints of Rouge #BA345F

Color information

#BA345F (or 0xBA345F) is unknown color: approx Rouge. HEX triplet: BA, 34 and 5F. RGB value is (186,52,95). Sum of RGB (Red+Green+Blue) = 186+52+95=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA345F is #45CBA0. Grayscale: #606060. Windows color (decimal): -4574113 or 6239418. OLE color: 6239418.

HSL color Cylindrical-coordinate representation of color #BA345F: hue angle of 340.75º 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 #BA345F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1865295-
CMYK00.720.490.27
HSL340.75º56.3%46.67%-
HSV(B)340.75º72.04%72.94%-
XYZ23.5413.7212.23-
YUV96.97126.89191.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=55.86%
G=15.62%
B=28.53%

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
Decimal186529500.720.490.27340.7556.346.67
HexBA345F048311B155382f
Octal27264137011061335257057
Binary1011101011010010111110100100011000111011101010101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA345F; }

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

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

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

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

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

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

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

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