#B53B49

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

Shades of Old Rose #B53B49

Tints of Old Rose #B53B49

Color information

#B53B49 (or 0xB53B49) is unknown color: approx Old Rose. HEX triplet: B5, 3B and 49. RGB value is (181,59,73). Sum of RGB (Red+Green+Blue) = 181+59+73=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B49 is #4AC4B6. Grayscale: #616161. Windows color (decimal): -4900023 or 4799413. OLE color: 4799413.

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

Color convert

RGB1815973-
CMYK00.670.600.29
HSL353.11º50.83%47.06%-
HSV(B)353.11º67.4%70.98%-
XYZ21.8213.437.75-
YUV97.07114.42187.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=57.83%
G=18.85%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181597300.670.600.29353.1150.8347.06
HexB53B490433C1D161332f
Octal26573111010374355416357
Binary1011010111101110010010100001111110011101101100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53B49; }

 p { color: rgb(181,59,73); }

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

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

 a { background-color: rgb(181,59,73); }

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

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

 span { border-color: rgb(181,59,73); }

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