Html Css Color HEX #B93133 Mahogany

📋 copy color: '#B93133'

red 185 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #B93133

Tints of Mahogany #B93133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 64.91%
G = 17.19%
B = 17.89%

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

#B93133 (or 0xB93133) is known color: Mahogany. HEX triplet: B9, 31 and 33. RGB value is (185,49,51). Sum of RGB (Red+Green+Blue) = 185+49+51=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B93133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93133 is #46CECC. Grayscale: #5A5A5A. Windows color (decimal): -4640461 or 3355065. OLE color: 3355065.

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

Color convert

RGB 185 49 51 -
CMYK 0 0.74 0.72 0.27
HSL 359.12º 0.58% 0.46% -
HSV(B) 359.12º 0.74% 0.73% -
XYZ 21.7 12.75 4.45 -
YUV 89.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 185 49 51 0 0.74 0.72 0.27 359.12 0.58 0.46
Hex B9 31 33 0 4A 48 1B 167 3A 2E
Octal 271 61 63 0 112 110 33 547 72 56
Binary 10111001 110001 110011 0 1001010 1001000 11011 101100111 111010 101110

Color Harmonies of #B93133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93133

Black with #B93133

Text Example


Text Example

White with #B93133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93133; }

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

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

background-color css

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

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

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

border-color css

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

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

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