#B33349

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

Shades of Old Rose #B33349

Tints of Old Rose #B33349

Color information

#B33349 (or 0xB33349) is unknown color: approx Old Rose. HEX triplet: B3, 33 and 49. RGB value is (179,51,73). Sum of RGB (Red+Green+Blue) = 179+51+73=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B33349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33349 is #4CCCB6. Grayscale: #5B5B5B. Windows color (decimal): -5033143 or 4797363. OLE color: 4797363.

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

Color convert

RGB1795173-
CMYK00.720.590.30
HSL349.69º55.65%45.1%-
HSV(B)349.69º71.51%70.2%-
XYZ20.9812.437.6-
YUV91.78117.41190.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 51 (20.31% from 255) = 16.83%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=59.08%
G=16.83%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179517300.720.590.30349.6955.6545.1
HexB333490483B1E15e382d
Octal26363111011073365367055
Binary1011001111001110010010100100011101111110101011110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33349; }

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

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

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

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

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

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

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

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