#B0324E

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

Shades of Old Rose #B0324E

Tints of Old Rose #B0324E

Color information

#B0324E (or 0xB0324E) is unknown color: approx Old Rose. HEX triplet: B0, 32 and 4E. RGB value is (176,50,78). Sum of RGB (Red+Green+Blue) = 176+50+78=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0324E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0324E is #4FCDB1. Grayscale: #5A5A5A. Windows color (decimal): -5230002 or 5124784. OLE color: 5124784.

HSL color Cylindrical-coordinate representation of color #B0324E: hue angle of 346.67º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0324E is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1765078-
CMYK00.720.560.31
HSL346.67º55.75%44.31%-
HSV(B)346.67º71.59%69.02%-
XYZ20.4212.068.46-
YUV90.87120.74188.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.89%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=57.89%
G=16.45%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176507800.720.560.31346.6755.7544.31
HexB0324E048381F15b382c
Octal26062116011070375337054
Binary1011000011001010011100100100011100011111101011011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0324E; }

 p { color: rgb(176,50,78); }

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

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

 a { background-color: rgb(176,50,78); }

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

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

 span { border-color: rgb(176,50,78); }

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