#B03869

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

Shades of Rouge #B03869

Tints of Rouge #B03869

Color information

#B03869 (or 0xB03869) is unknown color: approx Rouge. HEX triplet: B0, 38 and 69. RGB value is (176,56,105). Sum of RGB (Red+Green+Blue) = 176+56+105=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B03869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03869 is #4FC796. Grayscale: #616161. Windows color (decimal): -5228439 or 6895792. OLE color: 6895792.

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

Color convert

RGB17656105-
CMYK00.680.400.31
HSL335.5º51.72%45.49%-
HSV(B)335.5º68.18%69.02%-
XYZ21.8713.0814.74-
YUV97.47132.26184.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.23%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=52.23%
G=16.62%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765610500.680.400.31335.551.7245.49
HexB03869044281F150342d
Octal26070151010450375206455
Binary1011000011100011010010100010010100011111101010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03869; }

 p { color: rgb(176,56,105); }

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

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

 a { background-color: rgb(176,56,105); }

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

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

 span { border-color: rgb(176,56,105); }

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