#B33251

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

Shades of Old Rose #B33251

Tints of Old Rose #B33251

Color information

#B33251 (or 0xB33251) is unknown color: approx Old Rose. HEX triplet: B3, 32 and 51. RGB value is (179,50,81). Sum of RGB (Red+Green+Blue) = 179+50+81=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B33251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33251 is #4CCDAE. Grayscale: #5C5C5C. Windows color (decimal): -5033391 or 5321395. OLE color: 5321395.

HSL color Cylindrical-coordinate representation of color #B33251: hue angle of 345.58º 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 #B33251 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1795081-
CMYK00.720.550.30
HSL345.58º56.33%44.9%-
HSV(B)345.58º72.07%70.2%-
XYZ21.2212.469.07-
YUV92.1121.74189.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=57.74%
G=16.13%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179508100.720.550.30345.5856.3344.9
HexB33251048371E15a382d
Octal26362121011067365327055
Binary1011001111001010100010100100011011111110101011010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33251; }

 p { color: rgb(179,50,81); }

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

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

 a { background-color: rgb(179,50,81); }

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

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

 span { border-color: rgb(179,50,81); }

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