#BB3344

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

Shades of Old Rose #BB3344

Tints of Old Rose #BB3344

Color information

#BB3344 (or 0xBB3344) is unknown color: approx Old Rose. HEX triplet: BB, 33 and 44. RGB value is (187,51,68). Sum of RGB (Red+Green+Blue) = 187+51+68=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3344 is #44CCBB. Grayscale: #5D5D5D. Windows color (decimal): -4508860 or 4469691. OLE color: 4469691.

HSL color Cylindrical-coordinate representation of color #BB3344: hue angle of 352.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3344 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1875168-
CMYK00.730.640.27
HSL352.5º57.14%46.67%-
HSV(B)352.5º72.73%73.33%-
XYZ22.7213.356.85-
YUV93.6113.56194.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.11%
GREEN value IS 51 (20.31% from 255) = 16.67%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=61.11%
G=16.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187516800.730.640.27352.557.1446.67
HexBB3344049401B160392f
Octal273631040111100335407157
Binary10111011110011100010001001001100000011011101100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3344; }

 p { color: rgb(187,51,68); }

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

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

 a { background-color: rgb(187,51,68); }

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

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

 span { border-color: rgb(187,51,68); }

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