Html Css Color HEX #B93238 Mahogany

📋 copy color: '#B93238'

red 185 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #B93238

Tints of Mahogany #B93238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 63.57%
G = 17.18%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B93238 (or 0xB93238) is known color: Mahogany. HEX triplet: B9, 32 and 38. RGB value is (185,50,56). Sum of RGB (Red+Green+Blue) = 185+50+56=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93238 is #46CDC7. Grayscale: #5B5B5B. Windows color (decimal): -4640200 or 3683001. OLE color: 3683001.

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

Color convert

RGB 185 50 56 -
CMYK 0 0.73 0.70 0.27
HSL 357.33º 0.57% 0.46% -
HSV(B) 357.33º 0.73% 0.73% -
XYZ 21.86 12.88 5.08 -
YUV 91.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 185 50 56 0 0.73 0.70 0.27 357.33 0.57 0.46
Hex B9 32 38 0 49 46 1B 165 39 2E
Octal 271 62 70 0 111 106 33 545 71 56
Binary 10111001 110010 111000 0 1001001 1000110 11011 101100101 111001 101110

Color Harmonies of #B93238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93238

Black with #B93238

Text Example


Text Example

White with #B93238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93238; }

 p { color: rgb(185,50,56); }

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

background-color css

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

 a { background-color: rgb(185,50,56); }

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

border-color css

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

 span { border-color: rgb(185,50,56); }

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