#B92845

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

Shades of Old Rose #B92845

Tints of Old Rose #B92845

Color information

#B92845 (or 0xB92845) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 45. RGB value is (185,40,69). Sum of RGB (Red+Green+Blue) = 185+40+69=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B92845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92845 is #46D7BA. Grayscale: #565656. Windows color (decimal): -4642747 or 4532409. OLE color: 4532409.

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

Color convert

RGB1854069-
CMYK00.780.630.27
HSL348º64.44%44.12%-
HSV(B)348º78.38%72.55%-
XYZ21.8412.266.85-
YUV86.66118.04198.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.93%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=62.93%
G=13.61%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185406900.780.630.2734864.4444.12
HexB9284504E3F1B15c402c
Octal271501050116773353410054
Binary10111001101000100010101001110111111110111010111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92845; }

 p { color: rgb(185,40,69); }

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

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

 a { background-color: rgb(185,40,69); }

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

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

 span { border-color: rgb(185,40,69); }

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