Html Css Color HEX #BC3360 Rouge

📋 copy color: '#BC3360'

red 188 ◦ green 51 ◦ blue 96

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

Shades of Rouge #BC3360

Tints of Rouge #BC3360

RGB

 RED value IS 188 (73.83% from 255) = 56.12%

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

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

R = 56.12%
G = 15.22%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC3360 (or 0xBC3360) is known color: Rouge. HEX triplet: BC, 33 and 60. RGB value is (188,51,96). Sum of RGB (Red+Green+Blue) = 188+51+96=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3360 is #43CC9F. Grayscale: #616161. Windows color (decimal): -4443296 or 6304700. OLE color: 6304700.

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

Color convert

RGB 188 51 96 -
CMYK 0 0.73 0.49 0.26
HSL 340.29º 0.57% 0.47% -
HSV(B) 340.29º 0.73% 0.74% -
XYZ 24.03 13.9 12.48 -
YUV 97.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 188 51 96 0 0.73 0.49 0.26 340.29 0.57 0.47
Hex BC 33 60 0 49 31 1A 154 39 2F
Octal 274 63 140 0 111 61 32 524 71 57
Binary 10111100 110011 1100000 0 1001001 110001 11010 101010100 111001 101111

Color Harmonies of #BC3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3360

Black with #BC3360

Text Example


Text Example

White with #BC3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3360; }

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

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

background-color css

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

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

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

border-color css

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

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

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