Html Css Color HEX #B43137 Mahogany

📋 copy color: '#B43137'

red 180 ◦ green 49 ◦ blue 55

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

Shades of Mahogany #B43137

Tints of Mahogany #B43137

RGB

 RED value IS 180 (70.7% from 255) = 63.38%

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

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 63.38%
G = 17.25%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B43137 (or 0xB43137) is known color: Mahogany. HEX triplet: B4, 31 and 37. RGB value is (180,49,55). Sum of RGB (Red+Green+Blue) = 180+49+55=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B43137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43137 is #4BCEC8. Grayscale: #585858. Windows color (decimal): -4968137 or 3617204. OLE color: 3617204.

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

Color convert

RGB 180 49 55 -
CMYK 0 0.73 0.69 0.29
HSL 357.25º 0.57% 0.45% -
HSV(B) 357.25º 0.73% 0.71% -
XYZ 20.61 12.18 4.88 -
YUV 88.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 180 49 55 0 0.73 0.69 0.29 357.25 0.57 0.45
Hex B4 31 37 0 49 45 1D 165 39 2D
Octal 264 61 67 0 111 105 35 545 71 55
Binary 10110100 110001 110111 0 1001001 1000101 11101 101100101 111001 101101

Color Harmonies of #B43137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43137

Black with #B43137

Text Example


Text Example

White with #B43137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43137; }

 p { color: rgb(180,49,55); }

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

background-color css

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

 a { background-color: rgb(180,49,55); }

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

border-color css

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

 span { border-color: rgb(180,49,55); }

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