#B3394E

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

Shades of Old Rose #B3394E

Tints of Old Rose #B3394E

Color information

#B3394E (or 0xB3394E) is unknown color: approx Old Rose. HEX triplet: B3, 39 and 4E. RGB value is (179,57,78). Sum of RGB (Red+Green+Blue) = 179+57+78=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B3394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3394E is #4CC6B1. Grayscale: #5F5F5F. Windows color (decimal): -5031602 or 5126579. OLE color: 5126579.

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

Color convert

RGB1795778-
CMYK00.680.560.30
HSL349.67º51.69%46.27%-
HSV(B)349.67º68.16%70.2%-
XYZ21.4313.068.6-
YUV95.87117.92187.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 78 (30.86% from 255) = 24.84%
R=57.01%
G=18.15%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179577800.680.560.30349.6751.6946.27
HexB3394E044381E15e342e
Octal26371116010470365366456
Binary1011001111100110011100100010011100011110101011110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3394E; }

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

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

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

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

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

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

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

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