#B03568

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

Shades of Rouge #B03568

Tints of Rouge #B03568

Color information

#B03568 (or 0xB03568) is unknown color: approx Rouge. HEX triplet: B0, 35 and 68. RGB value is (176,53,104). Sum of RGB (Red+Green+Blue) = 176+53+104=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03568 is #4FCA97. Grayscale: #5F5F5F. Windows color (decimal): -5229208 or 6829488. OLE color: 6829488.

HSL color Cylindrical-coordinate representation of color #B03568: hue angle of 335.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03568 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17653104-
CMYK00.700.410.31
HSL335.12º53.71%44.9%-
HSV(B)335.12º69.89%69.02%-
XYZ21.6812.7814.42-
YUV95.59132.75185.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 53 (21.09% from 255) = 15.92%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=52.85%
G=15.92%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765310400.700.410.31335.1253.7144.9
HexB03568046291F14f362d
Octal26065150010651375176655
Binary1011000011010111010000100011010100111111101001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03568; }

 p { color: rgb(176,53,104); }

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

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

 a { background-color: rgb(176,53,104); }

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

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

 span { border-color: rgb(176,53,104); }

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