#B12F5F

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

Shades of Rouge #B12F5F

Tints of Rouge #B12F5F

Color information

#B12F5F (or 0xB12F5F) is unknown color: approx Rouge. HEX triplet: B1, 2F and 5F. RGB value is (177,47,95). Sum of RGB (Red+Green+Blue) = 177+47+95=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B12F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12F5F is #4ED0A0. Grayscale: #5B5B5B. Windows color (decimal): -5165217 or 6238129. OLE color: 6238129.

HSL color Cylindrical-coordinate representation of color #B12F5F: hue angle of 337.85º 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 #B12F5F is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1774795-
CMYK00.730.460.31
HSL337.85º58.04%43.92%-
HSV(B)337.85º73.45%69.41%-
XYZ21.2112.2112.06-
YUV91.34130.07189.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 47 (18.75% from 255) = 14.73%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=55.49%
G=14.73%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177479500.730.460.31337.8558.0443.92
HexB12F5F0492E1F1523a2c
Octal26157137011156375227254
Binary1011000110111110111110100100110111011111101010010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12F5F; }

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

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

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

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

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

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

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

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