#B93034

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

Shades of Mahogany #B93034

Tints of Mahogany #B93034

Color information

#B93034 (or 0xB93034) is unknown color: approx Mahogany. HEX triplet: B9, 30 and 34. RGB value is (185,48,52). Sum of RGB (Red+Green+Blue) = 185+48+52=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93034 is #46CFCB. Grayscale: #595959. Windows color (decimal): -4640716 or 3420345. OLE color: 3420345.

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

Color convert

RGB1854852-
CMYK00.740.720.27
HSL358.25º58.8%45.69%-
HSV(B)358.25º74.05%72.55%-
XYZ21.6812.684.55-
YUV89.42106.89196.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.91%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 52 (20.70% from 255) = 18.25%
R=64.91%
G=16.84%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185485200.740.720.27358.2558.845.69
HexB9303404A481B1663b2e
Octal27160640112110335467356
Binary1011100111000011010001001010100100011011101100110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93034; }

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

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

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

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

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

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

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

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