#B3294E

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

Shades of Old Rose #B3294E

Tints of Old Rose #B3294E

Color information

#B3294E (or 0xB3294E) is unknown color: approx Old Rose. HEX triplet: B3, 29 and 4E. RGB value is (179,41,78). Sum of RGB (Red+Green+Blue) = 179+41+78=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B3294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3294E is #4CD6B1. Grayscale: #565656. Windows color (decimal): -5035698 or 5122483. OLE color: 5122483.

HSL color Cylindrical-coordinate representation of color #B3294E: hue angle of 343.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3294E is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1794178-
CMYK00.770.560.30
HSL343.91º62.73%43.14%-
HSV(B)343.91º77.09%70.2%-
XYZ20.7611.728.38-
YUV86.48123.22193.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.07%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 78 (30.86% from 255) = 26.17%
R=60.07%
G=13.76%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179417800.770.560.30343.9162.7343.14
HexB3294E04D381E1583f2b
Octal26351116011570365307753
Binary1011001110100110011100100110111100011110101011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3294E; }

 p { color: rgb(179,41,78); }

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

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

 a { background-color: rgb(179,41,78); }

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

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

 span { border-color: rgb(179,41,78); }

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