Html Css Color HEX #B5393A Mahogany

📋 copy color: '#B5393A'

red 181 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #B5393A

Tints of Mahogany #B5393A

RGB

 RED value IS 181 (71.09% from 255) = 61.15%

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

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

R = 61.15%
G = 19.26%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5393A (or 0xB5393A) is known color: Mahogany. HEX triplet: B5, 39 and 3A. RGB value is (181,57,58). Sum of RGB (Red+Green+Blue) = 181+57+58=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5393A is #4AC6C5. Grayscale: #5E5E5E. Windows color (decimal): -4900550 or 3815861. OLE color: 3815861.

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

Color convert

RGB 181 57 58 -
CMYK 0 0.69 0.68 0.29
HSL 359.52º 0.52% 0.47% -
HSV(B) 359.52º 0.69% 0.71% -
XYZ 21.28 13.06 5.4 -
YUV 94.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 181 57 58 0 0.69 0.68 0.29 359.52 0.52 0.47
Hex B5 39 3A 0 45 44 1D 168 34 2F
Octal 265 71 72 0 105 104 35 550 64 57
Binary 10110101 111001 111010 0 1000101 1000100 11101 101101000 110100 101111

Color Harmonies of #B5393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5393A

Black with #B5393A

Text Example


Text Example

White with #B5393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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