#B03F5E

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

Shades of Rouge #B03F5E

Tints of Rouge #B03F5E

Color information

#B03F5E (or 0xB03F5E) is unknown color: approx Rouge. HEX triplet: B0, 3F and 5E. RGB value is (176,63,94). Sum of RGB (Red+Green+Blue) = 176+63+94=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F5E is #4FC0A1. Grayscale: #646464. Windows color (decimal): -5226658 or 6176688. OLE color: 6176688.

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

Color convert

RGB1766394-
CMYK00.640.470.31
HSL343.54º47.28%46.86%-
HSV(B)343.54º64.2%69.02%-
XYZ21.713.5912.07-
YUV100.32124.44181.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=52.85%
G=18.92%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176639400.640.470.31343.5447.2846.86
HexB03F5E0402F1F1582f2f
Octal26077136010057375305757
Binary1011000011111110111100100000010111111111101011000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F5E; }

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

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

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

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

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

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

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

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