Html Css Color HEX #B9343A Mahogany

📋 copy color: '#B9343A'

red 185 ◦ green 52 ◦ blue 58

#B9343A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #B9343A

Tints of Mahogany #B9343A

RGB

 RED value IS 185 (72.66% from 255) = 62.71%

 GREEN value IS 52 (20.7% from 255) = 17.63%

 BLUE value IS 58 (23.05% from 255) = 19.66%

R = 62.71%
G = 17.63%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9343A (or 0xB9343A) is known color: Mahogany. HEX triplet: B9, 34 and 3A. RGB value is (185,52,58). Sum of RGB (Red+Green+Blue) = 185+52+58=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9343A is #46CBC5. Grayscale: #5C5C5C. Windows color (decimal): -4639686 or 3814585. OLE color: 3814585.

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

Color convert

RGB 185 52 58 -
CMYK 0 0.72 0.69 0.27
HSL 357.29º 0.56% 0.46% -
HSV(B) 357.29º 0.72% 0.73% -
XYZ 22 13.08 5.37 -
YUV 92.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 185 52 58 0 0.72 0.69 0.27 357.29 0.56 0.46
Hex B9 34 3A 0 48 45 1B 165 38 2E
Octal 271 64 72 0 110 105 33 545 70 56
Binary 10111001 110100 111010 0 1001000 1000101 11011 101100101 111000 101110

Color Harmonies of #B9343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9343A

Black with #B9343A

Text Example


Text Example

White with #B9343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9343A; }

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

 H1.HeaderClassName
 {
   color: #B9343A;
 }
 .AnyTagClassName
 {
   color: #B9343A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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