#B93549

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

Shades of Old Rose #B93549

Tints of Old Rose #B93549

Color information

#B93549 (or 0xB93549) is unknown color: approx Old Rose. HEX triplet: B9, 35 and 49. RGB value is (185,53,73). Sum of RGB (Red+Green+Blue) = 185+53+73=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93549 is #46CAB6. Grayscale: #5E5E5E. Windows color (decimal): -4639415 or 4797881. OLE color: 4797881.

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

Color convert

RGB1855373-
CMYK00.710.610.27
HSL350.91º55.46%46.67%-
HSV(B)350.91º71.35%72.55%-
XYZ22.4813.347.69-
YUV94.75115.73192.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 73 (28.91% from 255) = 23.47%
R=59.49%
G=17.04%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185537300.710.610.27350.9155.4646.67
HexB935490473D1B15f372f
Octal27165111010775335376757
Binary1011100111010110010010100011111110111011101011111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93549; }

 p { color: rgb(185,53,73); }

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

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

 a { background-color: rgb(185,53,73); }

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

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

 span { border-color: rgb(185,53,73); }

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