#B12C5F

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

Shades of Rouge #B12C5F

Tints of Rouge #B12C5F

Color information

#B12C5F (or 0xB12C5F) is unknown color: approx Rouge. HEX triplet: B1, 2C and 5F. RGB value is (177,44,95). Sum of RGB (Red+Green+Blue) = 177+44+95=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12C5F is #4ED3A0. Grayscale: #595959. Windows color (decimal): -5165985 or 6237361. OLE color: 6237361.

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

Color convert

RGB1774495-
CMYK00.750.460.31
HSL336.99º60.18%43.33%-
HSV(B)336.99º75.14%69.41%-
XYZ21.111.9712.03-
YUV89.58131.06190.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 44 (17.58% from 255) = 13.92%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=56.01%
G=13.92%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177449500.750.460.31336.9960.1843.33
HexB12C5F04B2E1F1513c2b
Octal26154137011356375217453
Binary1011000110110010111110100101110111011111101010001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12C5F; }

 p { color: rgb(177,44,95); }

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

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

 a { background-color: rgb(177,44,95); }

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

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

 span { border-color: rgb(177,44,95); }

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