#B33355

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

Shades of Old Rose #B33355

Tints of Old Rose #B33355

Color information

#B33355 (or 0xB33355) is unknown color: approx Old Rose. HEX triplet: B3, 33 and 55. RGB value is (179,51,85). Sum of RGB (Red+Green+Blue) = 179+51+85=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B33355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33355 is #4CCCAA. Grayscale: #5D5D5D. Windows color (decimal): -5033131 or 5583795. OLE color: 5583795.

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

Color convert

RGB1795185-
CMYK00.720.530.30
HSL344.06º55.65%45.1%-
HSV(B)344.06º71.51%70.2%-
XYZ21.4112.619.9-
YUV93.15123.41189.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=56.83%
G=16.19%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179518500.720.530.30344.0655.6545.1
HexB33355048351E158382d
Octal26363125011065365307055
Binary1011001111001110101010100100011010111110101011000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33355; }

 p { color: rgb(179,51,85); }

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

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

 a { background-color: rgb(179,51,85); }

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

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

 span { border-color: rgb(179,51,85); }

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