#B6353A

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

Shades of Mahogany #B6353A

Tints of Mahogany #B6353A

Color information

#B6353A (or 0xB6353A) is unknown color: approx Mahogany. HEX triplet: B6, 35 and 3A. RGB value is (182,53,58). Sum of RGB (Red+Green+Blue) = 182+53+58=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B6353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6353A is #49CAC5. Grayscale: #5C5C5C. Windows color (decimal): -4836038 or 3814838. OLE color: 3814838.

HSL color Cylindrical-coordinate representation of color #B6353A: hue angle of 357.67º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6353A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1825358-
CMYK00.710.680.29
HSL357.67º54.89%46.08%-
HSV(B)357.67º70.88%71.37%-
XYZ21.3312.85.35-
YUV92.14108.74192.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 58 (23.05% from 255) = 19.80%
R=62.12%
G=18.09%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182535800.710.680.29357.6754.8946.08
HexB6353A047441D166372e
Octal26665720107104355466756
Binary1011011011010111101001000111100010011101101100110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6353A; }

 p { color: rgb(182,53,58); }

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

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

 a { background-color: rgb(182,53,58); }

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

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

 span { border-color: rgb(182,53,58); }

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