#B03E5E

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

Shades of Rouge #B03E5E

Tints of Rouge #B03E5E

Color information

#B03E5E (or 0xB03E5E) is unknown color: approx Rouge. HEX triplet: B0, 3E and 5E. RGB value is (176,62,94). Sum of RGB (Red+Green+Blue) = 176+62+94=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E5E is #4FC1A1. Grayscale: #636363. Windows color (decimal): -5226914 or 6176432. OLE color: 6176432.

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

Color convert

RGB1766294-
CMYK00.650.470.31
HSL343.16º47.9%46.67%-
HSV(B)343.16º64.77%69.02%-
XYZ21.6513.4812.05-
YUV99.73124.77182.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=53.01%
G=18.67%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176629400.650.470.31343.1647.946.67
HexB03E5E0412F1F157302f
Octal26076136010157375276057
Binary1011000011111010111100100000110111111111101010111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E5E; }

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

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

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

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

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

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

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

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