#B93A48

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

Shades of Old Rose #B93A48

Tints of Old Rose #B93A48

Color information

#B93A48 (or 0xB93A48) is unknown color: approx Old Rose. HEX triplet: B9, 3A and 48. RGB value is (185,58,72). Sum of RGB (Red+Green+Blue) = 185+58+72=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A48 is #46C5B7. Grayscale: #616161. Windows color (decimal): -4638136 or 4733625. OLE color: 4733625.

HSL color Cylindrical-coordinate representation of color #B93A48: hue angle of 353.39º 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 #B93A48 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1855872-
CMYK00.690.610.27
HSL353.39º52.26%47.65%-
HSV(B)353.39º68.65%72.55%-
XYZ22.6913.817.6-
YUV97.57113.58190.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 58 (23.05% from 255) = 18.41%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=58.73%
G=18.41%
B=22.86%

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
Decimal185587200.690.610.27353.3952.2647.65
HexB93A480453D1B1613430
Octal27172110010575335416460
Binary1011100111101010010000100010111110111011101100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A48; }

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

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

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

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

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

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

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

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