#B33950

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

Shades of Old Rose #B33950

Tints of Old Rose #B33950

Color information

#B33950 (or 0xB33950) is unknown color: approx Old Rose. HEX triplet: B3, 39 and 50. RGB value is (179,57,80). Sum of RGB (Red+Green+Blue) = 179+57+80=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B33950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33950 is #4CC6AF. Grayscale: #606060. Windows color (decimal): -5031600 or 5257651. OLE color: 5257651.

HSL color Cylindrical-coordinate representation of color #B33950: hue angle of 348.69º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33950 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1795780-
CMYK00.680.550.30
HSL348.69º51.69%46.27%-
HSV(B)348.69º68.16%70.2%-
XYZ21.513.098.98-
YUV96.1118.92187.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.65%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=56.65%
G=18.04%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179578000.680.550.30348.6951.6946.27
HexB33950044371E15d342e
Octal26371120010467365356456
Binary1011001111100110100000100010011011111110101011101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33950; }

 p { color: rgb(179,57,80); }

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

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

 a { background-color: rgb(179,57,80); }

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

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

 span { border-color: rgb(179,57,80); }

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