Html Css Color HEX #B93134 Mahogany

📋 copy color: '#B93134'

red 185 ◦ green 49 ◦ blue 52

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

Shades of Mahogany #B93134

Tints of Mahogany #B93134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.13%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 64.69%
G = 17.13%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93134 (or 0xB93134) is known color: Mahogany. HEX triplet: B9, 31 and 34. RGB value is (185,49,52). Sum of RGB (Red+Green+Blue) = 185+49+52=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B93134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93134 is #46CECB. Grayscale: #5A5A5A. Windows color (decimal): -4640460 or 3420601. OLE color: 3420601.

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

Color convert

RGB 185 49 52 -
CMYK 0 0.74 0.72 0.27
HSL 358.68º 0.58% 0.46% -
HSV(B) 358.68º 0.74% 0.73% -
XYZ 21.73 12.76 4.57 -
YUV 90.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 185 49 52 0 0.74 0.72 0.27 358.68 0.58 0.46
Hex B9 31 34 0 4A 48 1B 167 3A 2E
Octal 271 61 64 0 112 110 33 547 72 56
Binary 10111001 110001 110100 0 1001010 1001000 11011 101100111 111010 101110

Color Harmonies of #B93134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93134

Black with #B93134

Text Example


Text Example

White with #B93134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93134; }

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

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

background-color css

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

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

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

border-color css

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

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

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