#BB2248

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

Shades of Old Rose #BB2248

Tints of Old Rose #BB2248

Color information

#BB2248 (or 0xBB2248) is unknown color: approx Old Rose. HEX triplet: BB, 22 and 48. RGB value is (187,34,72). Sum of RGB (Red+Green+Blue) = 187+34+72=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2248 is #44DDB7. Grayscale: #545454. Windows color (decimal): -4513208 or 4727483. OLE color: 4727483.

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

Color convert

RGB1873472-
CMYK00.820.610.27
HSL345.1º69.23%43.33%-
HSV(B)345.1º81.82%73.33%-
XYZ22.2412.187.31-
YUV84.08121.19201.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 34 (13.67% from 255) = 11.60%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=63.82%
G=11.60%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187347200.820.610.27345.169.2343.33
HexBB22480523D1B159452b
Octal273421100122753353110553
Binary10111011100010100100001010010111101110111010110011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2248; }

 p { color: rgb(187,34,72); }

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

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

 a { background-color: rgb(187,34,72); }

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

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

 span { border-color: rgb(187,34,72); }

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