#B0285D

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

Shades of Rouge #B0285D

Tints of Rouge #B0285D

Color information

#B0285D (or 0xB0285D) is unknown color: approx Rouge. HEX triplet: B0, 28 and 5D. RGB value is (176,40,93). Sum of RGB (Red+Green+Blue) = 176+40+93=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0285D is #4FD7A2. Grayscale: #565656. Windows color (decimal): -5232547 or 6105264. OLE color: 6105264.

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

Color convert

RGB1764093-
CMYK00.770.470.31
HSL336.62º62.96%42.35%-
HSV(B)336.62º77.27%69.02%-
XYZ20.6411.5411.5-
YUV86.71131.56191.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=56.96%
G=12.94%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176409300.770.470.31336.6262.9642.35
HexB0285D04D2F1F1513f2a
Octal26050135011557375217752
Binary1011000010100010111010100110110111111111101010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0285D; }

 p { color: rgb(176,40,93); }

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

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

 a { background-color: rgb(176,40,93); }

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

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

 span { border-color: rgb(176,40,93); }

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