#B93444

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

Shades of Old Rose #B93444

Tints of Old Rose #B93444

Color information

#B93444 (or 0xB93444) is unknown color: approx Old Rose. HEX triplet: B9, 34 and 44. RGB value is (185,52,68). Sum of RGB (Red+Green+Blue) = 185+52+68=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93444 is #46CBBB. Grayscale: #5D5D5D. Windows color (decimal): -4639676 or 4469945. OLE color: 4469945.

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

Color convert

RGB1855268-
CMYK00.720.630.27
HSL352.78º56.12%46.47%-
HSV(B)352.78º71.89%72.55%-
XYZ22.2813.196.84-
YUV93.59113.56193.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=60.66%
G=17.05%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185526800.720.630.27352.7856.1246.47
HexB934440483F1B161382e
Octal27164104011077335417056
Binary1011100111010010001000100100011111111011101100001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93444; }

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

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

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

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

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

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

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

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