#B1194C

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

Shades of Old Rose #B1194C

Tints of Old Rose #B1194C

Color information

#B1194C (or 0xB1194C) is unknown color: approx Old Rose. HEX triplet: B1, 19 and 4C. RGB value is (177,25,76). Sum of RGB (Red+Green+Blue) = 177+25+76=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1194C is #4EE6B3. Grayscale: #4C4C4C. Windows color (decimal): -5170868 or 4987313. OLE color: 4987313.

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

Color convert

RGB1772576-
CMYK00.860.570.31
HSL339.87º75.25%39.61%-
HSV(B)339.87º85.88%69.41%-
XYZ19.7810.567.83-
YUV76.26127.86199.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=63.67%
G=8.99%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177257600.860.570.31339.8775.2539.61
HexB1194C056391F1544b28
Octal261311140126713752411350
Binary1011000111001100110001010110111001111111010101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1194C; }

 p { color: rgb(177,25,76); }

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

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

 a { background-color: rgb(177,25,76); }

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

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

 span { border-color: rgb(177,25,76); }

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