#B93335

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

Shades of Mahogany #B93335

Tints of Mahogany #B93335

Color information

#B93335 (or 0xB93335) is unknown color: approx Mahogany. HEX triplet: B9, 33 and 35. RGB value is (185,51,53). Sum of RGB (Red+Green+Blue) = 185+51+53=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B93335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93335 is #46CCCA. Grayscale: #5B5B5B. Windows color (decimal): -4639947 or 3486649. OLE color: 3486649.

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

Color convert

RGB1855153-
CMYK00.720.710.27
HSL359.1º56.78%46.27%-
HSV(B)359.1º72.43%72.55%-
XYZ21.8312.944.71-
YUV91.29106.39194.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=64.01%
G=17.65%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185515300.720.710.27359.156.7846.27
HexB93335048471B167392e
Octal27163650110107335477156
Binary1011100111001111010101001000100011111011101100111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93335; }

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

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

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

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

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

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

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

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