#B93244

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

Shades of Old Rose #B93244

Tints of Old Rose #B93244

Color information

#B93244 (or 0xB93244) is unknown color: approx Old Rose. HEX triplet: B9, 32 and 44. RGB value is (185,50,68). Sum of RGB (Red+Green+Blue) = 185+50+68=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B93244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93244 is #46CDBB. Grayscale: #5C5C5C. Windows color (decimal): -4640188 or 4469433. OLE color: 4469433.

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

Color convert

RGB1855068-
CMYK00.730.630.27
HSL352º57.45%46.08%-
HSV(B)352º72.97%72.55%-
XYZ22.1913.016.81-
YUV92.42114.23194.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.06%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=61.06%
G=16.50%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185506800.730.630.2735257.4546.08
HexB932440493F1B160392e
Octal27162104011177335407156
Binary1011100111001010001000100100111111111011101100000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93244; }

 p { color: rgb(185,50,68); }

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

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

 a { background-color: rgb(185,50,68); }

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

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

 span { border-color: rgb(185,50,68); }

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