Html Css Color HEX #BA3360 Rouge

📋 copy color: '#BA3360'

red 186 ◦ green 51 ◦ blue 96

#BA3360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #BA3360

Tints of Rouge #BA3360

RGB

 RED value IS 186 (73.05% from 255) = 55.86%

 GREEN value IS 51 (20.31% from 255) = 15.32%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 55.86%
G = 15.32%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA3360 (or 0xBA3360) is known color: Rouge. HEX triplet: BA, 33 and 60. RGB value is (186,51,96). Sum of RGB (Red+Green+Blue) = 186+51+96=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3360 is #45CC9F. Grayscale: #606060. Windows color (decimal): -4574368 or 6304698. OLE color: 6304698.

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

Color convert

RGB 186 51 96 -
CMYK 0 0.73 0.48 0.27
HSL 340º 0.57% 0.46% -
HSV(B) 340º 0.73% 0.73% -
XYZ 23.54 13.65 12.46 -
YUV 96.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 186 51 96 0 0.73 0.48 0.27 340 0.57 0.46
Hex BA 33 60 0 49 30 1B 154 39 2E
Octal 272 63 140 0 111 60 33 524 71 56
Binary 10111010 110011 1100000 0 1001001 110000 11011 101010100 111001 101110

Color Harmonies of #BA3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3360

Black with #BA3360

Text Example


Text Example

White with #BA3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3360; }

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

 H1.HeaderClassName
 {
   color: #BA3360;
 }
 .AnyTagClassName
 {
   color: #BA3360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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