Html Css Color HEX #B8393A Mahogany

📋 copy color: '#B8393A'

red 184 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #B8393A

Tints of Mahogany #B8393A

RGB

 RED value IS 184 (72.27% from 255) = 61.54%

 GREEN value IS 57 (22.66% from 255) = 19.06%

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

R = 61.54%
G = 19.06%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8393A (or 0xB8393A) is known color: Mahogany. HEX triplet: B8, 39 and 3A. RGB value is (184,57,58). Sum of RGB (Red+Green+Blue) = 184+57+58=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8393A is #47C6C5. Grayscale: #5F5F5F. Windows color (decimal): -4703942 or 3815864. OLE color: 3815864.

HSL color Cylindrical-coordinate representation of color #B8393A: hue angle of 359.53º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8393A is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 57 58 -
CMYK 0 0.69 0.68 0.28
HSL 359.53º 0.53% 0.47% -
HSV(B) 359.53º 0.69% 0.72% -
XYZ 21.99 13.42 5.43 -
YUV 95.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 184 57 58 0 0.69 0.68 0.28 359.53 0.53 0.47
Hex B8 39 3A 0 45 44 1C 168 35 2F
Octal 270 71 72 0 105 104 34 550 65 57
Binary 10111000 111001 111010 0 1000101 1000100 11100 101101000 110101 101111

Color Harmonies of #B8393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8393A

Black with #B8393A

Text Example


Text Example

White with #B8393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8393A; }

 p { color: rgb(184,57,58); }

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

background-color css

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

 a { background-color: rgb(184,57,58); }

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

border-color css

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

 span { border-color: rgb(184,57,58); }

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