#B93148

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

Shades of Old Rose #B93148

Tints of Old Rose #B93148

Color information

#B93148 (or 0xB93148) is unknown color: approx Old Rose. HEX triplet: B9, 31 and 48. RGB value is (185,49,72). Sum of RGB (Red+Green+Blue) = 185+49+72=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B93148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93148 is #46CEB7. Grayscale: #5C5C5C. Windows color (decimal): -4640440 or 4731321. OLE color: 4731321.

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

Color convert

RGB1854972-
CMYK00.740.610.27
HSL349.85º58.12%45.88%-
HSV(B)349.85º73.51%72.55%-
XYZ22.2812.987.46-
YUV92.29116.56194.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=60.46%
G=16.01%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185497200.740.610.27349.8558.1245.88
HexB9314804A3D1B15e3a2e
Octal27161110011275335367256
Binary1011100111000110010000100101011110111011101011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93148; }

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

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

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

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

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

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

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

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