#bb3345

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

Shades of Old Rose #BB3345

Tints of Old Rose #BB3345

Color information

#BB3345 (or 0xBB3345) is unknown color: approx Old Rose. HEX triplet: BB, 33 and 45. RGB value is (187,51,69). Sum of RGB (Red+Green+Blue) = 187+51+69=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3345 is #44CCBA. Grayscale: #5D5D5D. Windows color (decimal): -4508859 or 4535227. OLE color: 4535227.

HSL color Cylindrical-coordinate representation of color #BB3345: hue angle of 352.06º 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 #BB3345 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB1875169-
CMYK00.730.630.27
HSL352.06º57.14%46.67%-
HSV(B)352.06º72.73%73.33%-
XYZ22.7513.367.01-
YUV93.72114.06194.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=60.91%
G=16.61%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187516900.730.630.27352.0657.1446.67
HexBB33450493F1B160392f
Octal27363105011177335407157
Binary1011101111001110001010100100111111111011101100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3345; }

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

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

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

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

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

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

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

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