#B53C4B

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

Shades of Old Rose #B53C4B

Tints of Old Rose #B53C4B

Color information

#B53C4B (or 0xB53C4B) is unknown color: approx Old Rose. HEX triplet: B5, 3C and 4B. RGB value is (181,60,75). Sum of RGB (Red+Green+Blue) = 181+60+75=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53C4B is #4AC3B4. Grayscale: #616161. Windows color (decimal): -4899765 or 4930741. OLE color: 4930741.

HSL color Cylindrical-coordinate representation of color #B53C4B: hue angle of 352.56º degrees, saturation: 0.5, 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 #B53C4B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1816075-
CMYK00.670.590.29
HSL352.56º50.21%47.25%-
HSV(B)352.56º66.85%70.98%-
XYZ21.9413.568.12-
YUV97.89115.09187.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=57.28%
G=18.99%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181607500.670.590.29352.5650.2147.25
HexB53C4B0433B1D161322f
Octal26574113010373355416257
Binary1011010111110010010110100001111101111101101100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C4B; }

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

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

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

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

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

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

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

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