#B33646

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

Shades of Old Rose #B33646

Tints of Old Rose #B33646

Color information

#B33646 (or 0xB33646) is unknown color: approx Old Rose. HEX triplet: B3, 36 and 46. RGB value is (179,54,70). Sum of RGB (Red+Green+Blue) = 179+54+70=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B33646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33646 is #4CC9B9. Grayscale: #5D5D5D. Windows color (decimal): -5032378 or 4601523. OLE color: 4601523.

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

Color convert

RGB1795470-
CMYK00.700.610.30
HSL352.32º53.65%45.69%-
HSV(B)352.32º69.83%70.2%-
XYZ21.0212.667.13-
YUV93.2114.91189.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 54 (21.48% from 255) = 17.82%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=59.08%
G=17.82%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179547000.700.610.30352.3253.6545.69
HexB336460463D1E160362e
Octal26366106010675365406656
Binary1011001111011010001100100011011110111110101100000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33646; }

 p { color: rgb(179,54,70); }

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

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

 a { background-color: rgb(179,54,70); }

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

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

 span { border-color: rgb(179,54,70); }

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