#B5354B

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

Shades of Old Rose #B5354B

Tints of Old Rose #B5354B

Color information

#B5354B (or 0xB5354B) is unknown color: approx Old Rose. HEX triplet: B5, 35 and 4B. RGB value is (181,53,75). Sum of RGB (Red+Green+Blue) = 181+53+75=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B5354B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5354B is #4ACAB4. Grayscale: #5D5D5D. Windows color (decimal): -4901557 or 4928949. OLE color: 4928949.

HSL color Cylindrical-coordinate representation of color #B5354B: hue angle of 349.69º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5354B is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1815375-
CMYK00.710.590.29
HSL349.69º54.7%45.88%-
HSV(B)349.69º70.72%70.98%-
XYZ21.612.888-
YUV93.78117.41190.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.58%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=58.58%
G=17.15%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181537500.710.590.29349.6954.745.88
HexB5354B0473B1D15e372e
Octal26565113010773355366756
Binary1011010111010110010110100011111101111101101011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5354B; }

 p { color: rgb(181,53,75); }

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

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

 a { background-color: rgb(181,53,75); }

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

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

 span { border-color: rgb(181,53,75); }

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