#BA3363

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

Shades of Rouge #BA3363

Tints of Rouge #BA3363

Color information

#BA3363 (or 0xBA3363) is unknown color: approx Rouge. HEX triplet: BA, 33 and 63. RGB value is (186,51,99). Sum of RGB (Red+Green+Blue) = 186+51+99=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3363 is #45CC9C. Grayscale: #606060. Windows color (decimal): -4574365 or 6501306. OLE color: 6501306.

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

Color convert

RGB1865199-
CMYK00.730.470.27
HSL338.67º56.96%46.47%-
HSV(B)338.67º72.58%72.94%-
XYZ23.6913.7113.2-
YUV96.84129.23191.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=55.36%
G=15.18%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186519900.730.470.27338.6756.9646.47
HexBA33630492F1B153392e
Octal27263143011157335237156
Binary1011101011001111000110100100110111111011101010011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3363; }

 p { color: rgb(186,51,99); }

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

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

 a { background-color: rgb(186,51,99); }

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

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

 span { border-color: rgb(186,51,99); }

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