#B93353

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

Shades of Old Rose #B93353

Tints of Old Rose #B93353

Color information

#B93353 (or 0xB93353) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 53. RGB value is (185,51,83). Sum of RGB (Red+Green+Blue) = 185+51+83=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B93353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93353 is #46CCAC. Grayscale: #5E5E5E. Windows color (decimal): -4639917 or 5452729. OLE color: 5452729.

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

Color convert

RGB1855183-
CMYK00.720.550.27
HSL345.67º56.78%46.27%-
HSV(B)345.67º72.43%72.55%-
XYZ22.7513.319.55-
YUV94.71121.39192.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.99%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=57.99%
G=15.99%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185518300.720.550.27345.6756.7846.27
HexB93353048371B15a392e
Octal27163123011067335327156
Binary1011100111001110100110100100011011111011101011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93353; }

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

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

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

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

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

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

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

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