#B93348

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

Shades of Old Rose #B93348

Tints of Old Rose #B93348

Color information

#B93348 (or 0xB93348) is unknown color: approx Old Rose. HEX triplet: B9, 33 and 48. RGB value is (185,51,72). Sum of RGB (Red+Green+Blue) = 185+51+72=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B93348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93348 is #46CCB7. Grayscale: #5D5D5D. Windows color (decimal): -4639928 or 4731833. OLE color: 4731833.

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

Color convert

RGB1855172-
CMYK00.720.610.27
HSL350.6º56.78%46.27%-
HSV(B)350.6º72.43%72.55%-
XYZ22.3613.157.49-
YUV93.46115.89193.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=60.06%
G=16.56%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185517200.720.610.27350.656.7846.27
HexB933480483D1B15f392e
Octal27163110011075335377156
Binary1011100111001110010000100100011110111011101011111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93348; }

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

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

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

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

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

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

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

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