#B03A5B

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

Shades of Rouge #B03A5B

Tints of Rouge #B03A5B

Color information

#B03A5B (or 0xB03A5B) is unknown color: approx Rouge. HEX triplet: B0, 3A and 5B. RGB value is (176,58,91). Sum of RGB (Red+Green+Blue) = 176+58+91=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A5B is #4FC5A4. Grayscale: #616161. Windows color (decimal): -5227941 or 5978800. OLE color: 5978800.

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

Color convert

RGB1765891-
CMYK00.670.480.31
HSL343.22º50.43%45.88%-
HSV(B)343.22º67.05%69.02%-
XYZ21.3113.0111.29-
YUV97.04124.59184.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 91 (35.94% from 255) = 28%
R=54.15%
G=17.85%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176589100.670.480.31343.2250.4345.88
HexB03A5B043301F157322e
Octal26072133010360375276256
Binary1011000011101010110110100001111000011111101010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A5B; }

 p { color: rgb(176,58,91); }

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

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

 a { background-color: rgb(176,58,91); }

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

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

 span { border-color: rgb(176,58,91); }

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