#B03062

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

Shades of Rouge #B03062

Tints of Rouge #B03062

Color information

#B03062 (or 0xB03062) is unknown color: approx Rouge. HEX triplet: B0, 30 and 62. RGB value is (176,48,98). Sum of RGB (Red+Green+Blue) = 176+48+98=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B03062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03062 is #4FCF9D. Grayscale: #5B5B5B. Windows color (decimal): -5230494 or 6434992. OLE color: 6434992.

HSL color Cylindrical-coordinate representation of color #B03062: hue angle of 336.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03062 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1764898-
CMYK00.730.440.31
HSL336.56º57.14%43.92%-
HSV(B)336.56º72.73%69.02%-
XYZ21.1712.2312.8-
YUV91.97131.41187.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 98 (38.67% from 255) = 30.43%
R=54.66%
G=14.91%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176489800.730.440.31336.5657.1443.92
HexB030620492C1F151392c
Octal26060142011154375217154
Binary1011000011000011000100100100110110011111101010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03062; }

 p { color: rgb(176,48,98); }

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

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

 a { background-color: rgb(176,48,98); }

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

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

 span { border-color: rgb(176,48,98); }

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