#B1184C

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

Shades of Old Rose #B1184C

Tints of Old Rose #B1184C

Color information

#B1184C (or 0xB1184C) is unknown color: approx Old Rose. HEX triplet: B1, 18 and 4C. RGB value is (177,24,76). Sum of RGB (Red+Green+Blue) = 177+24+76=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1184C is #4EE7B3. Grayscale: #4B4B4B. Windows color (decimal): -5171124 or 4987057. OLE color: 4987057.

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

Color convert

RGB1772476-
CMYK00.860.570.31
HSL339.61º76.12%39.41%-
HSV(B)339.61º86.44%69.41%-
XYZ19.7610.527.83-
YUV75.68128.19200.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 24 (9.77% from 255) = 8.66%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=63.90%
G=8.66%
B=27.44%

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
Decimal177247600.860.570.31339.6176.1239.41
HexB1184C056391F1544c27
Octal261301140126713752411447
Binary1011000111000100110001010110111001111111010101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1184C; }

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

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

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

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

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

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

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

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