#B03359

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

Shades of Rouge #B03359

Tints of Rouge #B03359

Color information

#B03359 (or 0xB03359) is unknown color: approx Rouge. HEX triplet: B0, 33 and 59. RGB value is (176,51,89). Sum of RGB (Red+Green+Blue) = 176+51+89=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B03359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03359 is #4FCCA6. Grayscale: #5C5C5C. Windows color (decimal): -5229735 or 5845936. OLE color: 5845936.

HSL color Cylindrical-coordinate representation of color #B03359: hue angle of 341.76º 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 #B03359 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1765189-
CMYK00.710.490.31
HSL341.76º55.07%44.51%-
HSV(B)341.76º71.02%69.02%-
XYZ20.8912.3210.73-
YUV92.71125.91187.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.70%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=55.70%
G=16.14%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176518900.710.490.31341.7655.0744.51
HexB03359047311F156372d
Octal26063131010761375266755
Binary1011000011001110110010100011111000111111101010110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03359; }

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

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

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

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

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

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

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

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