#B92C33

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

Shades of Mahogany #B92C33

Tints of Mahogany #B92C33

Color information

#B92C33 (or 0xB92C33) is unknown color: approx Mahogany. HEX triplet: B9, 2C and 33. RGB value is (185,44,51). Sum of RGB (Red+Green+Blue) = 185+44+51=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92C33 is #46D3CC. Grayscale: #575757. Windows color (decimal): -4641741 or 3353785. OLE color: 3353785.

HSL color Cylindrical-coordinate representation of color #B92C33: hue angle of 357.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C33 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1854451-
CMYK00.760.720.27
HSL357.02º61.57%44.9%-
HSV(B)357.02º76.22%72.55%-
XYZ21.5112.354.38-
YUV86.96107.71197.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.07%
GREEN value IS 44 (17.58% from 255) = 15.71%
BLUE value IS 51 (20.31% from 255) = 18.21%
R=66.07%
G=15.71%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185445100.760.720.27357.0261.5744.9
HexB92C3304C481B1653e2d
Octal27154630114110335457655
Binary1011100110110011001101001100100100011011101100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92C33; }

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

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

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

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

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

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

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

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