#B33347

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

Shades of Old Rose #B33347

Tints of Old Rose #B33347

Color information

#B33347 (or 0xB33347) is unknown color: approx Old Rose. HEX triplet: B3, 33 and 47. RGB value is (179,51,71). Sum of RGB (Red+Green+Blue) = 179+51+71=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B33347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33347 is #4CCCB8. Grayscale: #5B5B5B. Windows color (decimal): -5033145 or 4666291. OLE color: 4666291.

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

Color convert

RGB1795171-
CMYK00.720.600.30
HSL350.62º55.65%45.1%-
HSV(B)350.62º71.51%70.2%-
XYZ20.9112.417.25-
YUV91.55116.41190.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.47%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=59.47%
G=16.94%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179517100.720.600.30350.6255.6545.1
HexB333470483C1E15f382d
Octal26363107011074365377055
Binary1011001111001110001110100100011110011110101011111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33347; }

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

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

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

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

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

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

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

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