#B0335E

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

Shades of Rouge #B0335E

Tints of Rouge #B0335E

Color information

#B0335E (or 0xB0335E) is unknown color: approx Rouge. HEX triplet: B0, 33 and 5E. RGB value is (176,51,94). Sum of RGB (Red+Green+Blue) = 176+51+94=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0335E is #4FCCA1. Grayscale: #5D5D5D. Windows color (decimal): -5229730 or 6173616. OLE color: 6173616.

HSL color Cylindrical-coordinate representation of color #B0335E: hue angle of 339.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0335E is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1765194-
CMYK00.710.470.31
HSL339.36º55.07%44.51%-
HSV(B)339.36º71.02%69.02%-
XYZ21.1112.4111.87-
YUV93.28128.41187-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.83%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=54.83%
G=15.89%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176519400.710.470.31339.3655.0744.51
HexB0335E0472F1F153372d
Octal26063136010757375236755
Binary1011000011001110111100100011110111111111101010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0335E; }

 p { color: rgb(176,51,94); }

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

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

 a { background-color: rgb(176,51,94); }

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

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

 span { border-color: rgb(176,51,94); }

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