#B12F59

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

Shades of Rouge #B12F59

Tints of Rouge #B12F59

Color information

#B12F59 (or 0xB12F59) is unknown color: approx Rouge. HEX triplet: B1, 2F and 59. RGB value is (177,47,89). Sum of RGB (Red+Green+Blue) = 177+47+89=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12F59 is #4ED0A6. Grayscale: #5A5A5A. Windows color (decimal): -5165223 or 5844913. OLE color: 5844913.

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

Color convert

RGB1774789-
CMYK00.730.500.31
HSL340.62º58.04%43.92%-
HSV(B)340.62º73.45%69.41%-
XYZ20.9512.110.68-
YUV90.66127.07189.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 47 (18.75% from 255) = 15.02%
BLUE value IS 89 (35.16% from 255) = 28.43%
R=56.55%
G=15.02%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177478900.730.500.31340.6258.0443.92
HexB12F59049321F1553a2c
Octal26157131011162375257254
Binary1011000110111110110010100100111001011111101010101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F59; }

 p { color: rgb(177,47,89); }

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

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

 a { background-color: rgb(177,47,89); }

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

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

 span { border-color: rgb(177,47,89); }

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