Html Css Color HEX #B9353A Mahogany

📋 copy color: '#B9353A'

red 185 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #B9353A

Tints of Mahogany #B9353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 62.5%
G = 17.91%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9353A (or 0xB9353A) is known color: Mahogany. HEX triplet: B9, 35 and 3A. RGB value is (185,53,58). Sum of RGB (Red+Green+Blue) = 185+53+58=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9353A is #46CAC5. Grayscale: #5D5D5D. Windows color (decimal): -4639430 or 3814841. OLE color: 3814841.

HSL color Cylindrical-coordinate representation of color #B9353A: hue angle of 357.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9353A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 58 -
CMYK 0 0.71 0.69 0.27
HSL 357.73º 0.55% 0.47% -
HSV(B) 357.73º 0.71% 0.73% -
XYZ 22.04 13.17 5.38 -
YUV 93.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 185 53 58 0 0.71 0.69 0.27 357.73 0.55 0.47
Hex B9 35 3A 0 47 45 1B 166 37 2F
Octal 271 65 72 0 107 105 33 546 67 57
Binary 10111001 110101 111010 0 1000111 1000101 11011 101100110 110111 101111

Color Harmonies of #B9353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9353A

Black with #B9353A

Text Example


Text Example

White with #B9353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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