#B92842

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

Shades of Old Rose #B92842

Tints of Old Rose #B92842

Color information

#B92842 (or 0xB92842) is unknown color: approx Old Rose. HEX triplet: B9, 28 and 42. RGB value is (185,40,66). Sum of RGB (Red+Green+Blue) = 185+40+66=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B92842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92842 is #46D7BD. Grayscale: #565656. Windows color (decimal): -4642750 or 4335801. OLE color: 4335801.

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

Color convert

RGB1854066-
CMYK00.780.640.27
HSL349.24º64.44%44.12%-
HSV(B)349.24º78.38%72.55%-
XYZ21.7512.236.37-
YUV86.32116.54198.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.57%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=63.57%
G=13.75%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185406600.780.640.27349.2464.4444.12
HexB9284204E401B15d402c
Octal2715010201161003353510054
Binary101110011010001000010010011101000000110111010111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92842; }

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

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

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

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

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

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

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

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