#bb1f49

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

Shades of Old Rose #BB1F49

Tints of Old Rose #BB1F49

Color information

#BB1F49 (or 0xBB1F49) is unknown color: approx Old Rose. HEX triplet: BB, 1F and 49. RGB value is (187,31,73). Sum of RGB (Red+Green+Blue) = 187+31+73=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1F49 is #44E0B6. Grayscale: #525252. Windows color (decimal): -4513975 or 4792251. OLE color: 4792251.

HSL color Cylindrical-coordinate representation of color #BB1F49: hue angle of 343.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1F49 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1873173-
CMYK00.830.610.27
HSL343.85º71.56%42.75%-
HSV(B)343.85º83.42%73.33%-
XYZ22.1912.037.46-
YUV82.43122.68202.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.26%
GREEN value IS 31 (12.5% from 255) = 10.65%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=64.26%
G=10.65%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187317300.830.610.27343.8571.5642.75
HexBB1F490533D1B158482b
Octal273371110123753353011053
Binary1011101111111100100101010011111101110111010110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb1f49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb1f49; }

 p { color: rgb(187,31,73); }

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

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

 a { background-color: rgb(187,31,73); }

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

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

 span { border-color: rgb(187,31,73); }

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