#B33057

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

Shades of Old Rose #B33057

Tints of Old Rose #B33057

Color information

#B33057 (or 0xB33057) is unknown color: approx Old Rose. HEX triplet: B3, 30 and 57. RGB value is (179,48,87). Sum of RGB (Red+Green+Blue) = 179+48+87=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B33057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33057 is #4CCFA8. Grayscale: #5B5B5B. Windows color (decimal): -5033897 or 5714099. OLE color: 5714099.

HSL color Cylindrical-coordinate representation of color #B33057: hue angle of 342.14º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33057 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1794887-
CMYK00.730.510.30
HSL342.14º57.71%44.51%-
HSV(B)342.14º73.18%70.2%-
XYZ21.3712.3910.28-
YUV91.62125.4190.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 87 (34.38% from 255) = 27.71%
R=57.01%
G=15.29%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179488700.730.510.30342.1457.7144.51
HexB33057049331E1563a2d
Octal26360127011163365267255
Binary1011001111000010101110100100111001111110101010110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33057; }

 p { color: rgb(179,48,87); }

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

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

 a { background-color: rgb(179,48,87); }

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

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

 span { border-color: rgb(179,48,87); }

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