#B93A49

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

Shades of Old Rose #B93A49

Tints of Old Rose #B93A49

Color information

#B93A49 (or 0xB93A49) is unknown color: approx Old Rose. HEX triplet: B9, 3A and 49. RGB value is (185,58,73). Sum of RGB (Red+Green+Blue) = 185+58+73=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A49 is #46C5B6. Grayscale: #616161. Windows color (decimal): -4638135 or 4799161. OLE color: 4799161.

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

Color convert

RGB1855873-
CMYK00.690.610.27
HSL352.91º52.26%47.65%-
HSV(B)352.91º68.65%72.55%-
XYZ22.7213.827.77-
YUV97.68114.08190.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.54%
GREEN value IS 58 (23.05% from 255) = 18.35%
BLUE value IS 73 (28.91% from 255) = 23.10%
R=58.54%
G=18.35%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185587300.690.610.27352.9152.2647.65
HexB93A490453D1B1613430
Octal27172111010575335416460
Binary1011100111101010010010100010111110111011101100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A49; }

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

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

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

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

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

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

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

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