#B3394B

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

Shades of Old Rose #B3394B

Tints of Old Rose #B3394B

Color information

#B3394B (or 0xB3394B) is unknown color: approx Old Rose. HEX triplet: B3, 39 and 4B. RGB value is (179,57,75). Sum of RGB (Red+Green+Blue) = 179+57+75=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3394B is #4CC6B4. Grayscale: #5F5F5F. Windows color (decimal): -5031605 or 4929971. OLE color: 4929971.

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

Color convert

RGB1795775-
CMYK00.680.580.30
HSL351.15º51.69%46.27%-
HSV(B)351.15º68.16%70.2%-
XYZ21.3213.028.05-
YUV95.53116.42187.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=57.56%
G=18.33%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179577500.680.580.30351.1551.6946.27
HexB3394B0443A1E15f342e
Octal26371113010472365376456
Binary1011001111100110010110100010011101011110101011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3394B; }

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

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

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

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

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

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

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

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