#B33E45

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

Shades of Old Rose #B33E45

Tints of Old Rose #B33E45

Color information

#B33E45 (or 0xB33E45) is unknown color: approx Old Rose. HEX triplet: B3, 3E and 45. RGB value is (179,62,69). Sum of RGB (Red+Green+Blue) = 179+62+69=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B33E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33E45 is #4CC1BA. Grayscale: #616161. Windows color (decimal): -5030331 or 4538035. OLE color: 4538035.

HSL color Cylindrical-coordinate representation of color #B33E45: hue angle of 356.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33E45 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1796269-
CMYK00.650.610.30
HSL356.41º48.55%47.25%-
HSV(B)356.41º65.36%70.2%-
XYZ21.3913.467.1-
YUV97.78111.76185.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=57.74%
G=20%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179626900.650.610.30356.4148.5547.25
HexB33E450413D1E164312f
Octal26376105010175365446157
Binary1011001111111010001010100000111110111110101100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33E45; }

 p { color: rgb(179,62,69); }

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

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

 a { background-color: rgb(179,62,69); }

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

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

 span { border-color: rgb(179,62,69); }

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