#B93352

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

Shades of Old Rose #B93352

Tints of Old Rose #B93352

Color information

#B93352 (or 0xB93352) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 52. RGB value is (185,51,82). Sum of RGB (Red+Green+Blue) = 185+51+82=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B93352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93352 is #46CCAD. Grayscale: #5E5E5E. Windows color (decimal): -4639918 or 5387193. OLE color: 5387193.

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

Color convert

RGB1855182-
CMYK00.720.560.27
HSL346.12º56.78%46.27%-
HSV(B)346.12º72.43%72.55%-
XYZ22.7113.299.35-
YUV94.6120.89192.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=58.18%
G=16.04%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185518200.720.560.27346.1256.7846.27
HexB93352048381B15a392e
Octal27163122011070335327156
Binary1011100111001110100100100100011100011011101011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93352; }

 p { color: rgb(185,51,82); }

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

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

 a { background-color: rgb(185,51,82); }

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

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

 span { border-color: rgb(185,51,82); }

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