#B3294D

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

Shades of Old Rose #B3294D

Tints of Old Rose #B3294D

Color information

#B3294D (or 0xB3294D) is unknown color: approx Old Rose. HEX triplet: B3, 29 and 4D. RGB value is (179,41,77). Sum of RGB (Red+Green+Blue) = 179+41+77=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B3294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3294D is #4CD6B2. Grayscale: #565656. Windows color (decimal): -5035699 or 5056947. OLE color: 5056947.

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

Color convert

RGB1794177-
CMYK00.770.570.30
HSL344.35º62.73%43.14%-
HSV(B)344.35º77.09%70.2%-
XYZ20.7211.718.19-
YUV86.37122.72194.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=60.27%
G=13.80%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179417700.770.570.30344.3562.7343.14
HexB3294D04D391E1583f2b
Octal26351115011571365307753
Binary1011001110100110011010100110111100111110101011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3294D; }

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

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

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

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

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

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

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

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