#B0255F

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

Shades of Rouge #B0255F

Tints of Rouge #B0255F

Color information

#B0255F (or 0xB0255F) is unknown color: approx Rouge. HEX triplet: B0, 25 and 5F. RGB value is (176,37,95). Sum of RGB (Red+Green+Blue) = 176+37+95=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0255F is #4FDAA0. Grayscale: #555555. Windows color (decimal): -5233313 or 6235568. OLE color: 6235568.

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

Color convert

RGB1763795-
CMYK00.790.460.31
HSL334.96º65.26%41.76%-
HSV(B)334.96º78.98%69.02%-
XYZ20.6311.3811.94-
YUV85.17133.55192.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=57.14%
G=12.01%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176379500.790.460.31334.9665.2641.76
HexB0255F04F2E1F14f412a
Octal260451370117563751710152
Binary10110000100101101111101001111101110111111010011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0255F; }

 p { color: rgb(176,37,95); }

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

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

 a { background-color: rgb(176,37,95); }

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

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

 span { border-color: rgb(176,37,95); }

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