#B53D46

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

Shades of Old Rose #B53D46

Tints of Old Rose #B53D46

Color information

#B53D46 (or 0xB53D46) is unknown color: approx Old Rose. HEX triplet: B5, 3D and 46. RGB value is (181,61,70). Sum of RGB (Red+Green+Blue) = 181+61+70=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D46 is #4AC2B9. Grayscale: #616161. Windows color (decimal): -4899514 or 4603317. OLE color: 4603317.

HSL color Cylindrical-coordinate representation of color #B53D46: hue angle of 355.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D46 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1816170-
CMYK00.660.610.29
HSL355.5º49.59%47.45%-
HSV(B)355.5º66.3%70.98%-
XYZ21.8313.67.27-
YUV97.91112.26187.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 61 (24.22% from 255) = 19.55%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=58.01%
G=19.55%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181617000.660.610.29355.549.5947.45
HexB53D460423D1D164322f
Octal26575106010275355446257
Binary1011010111110110001100100001011110111101101100100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53D46; }

 p { color: rgb(181,61,70); }

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

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

 a { background-color: rgb(181,61,70); }

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

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

 span { border-color: rgb(181,61,70); }

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