#B33060

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

Shades of Rouge #B33060

Tints of Rouge #B33060

Color information

#B33060 (or 0xB33060) is unknown color: approx Rouge. HEX triplet: B3, 30 and 60. RGB value is (179,48,96). Sum of RGB (Red+Green+Blue) = 179+48+96=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B33060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33060 is #4CCF9F. Grayscale: #5C5C5C. Windows color (decimal): -5033888 or 6303923. OLE color: 6303923.

HSL color Cylindrical-coordinate representation of color #B33060: hue angle of 338.02º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33060 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB1794896-
CMYK00.730.460.30
HSL338.02º57.71%44.51%-
HSV(B)338.02º73.18%70.2%-
XYZ21.7612.5412.34-
YUV92.64129.9189.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.42%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=55.42%
G=14.86%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179489600.730.460.30338.0257.7144.51
HexB330600492E1E1523a2d
Octal26360140011156365227255
Binary1011001111000011000000100100110111011110101010010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33060; }

 p { color: rgb(179,48,96); }

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

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

 a { background-color: rgb(179,48,96); }

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

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

 span { border-color: rgb(179,48,96); }

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