Html Css Color HEX #B43136 Mahogany

📋 copy color: '#B43136'

red 180 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #B43136

Tints of Mahogany #B43136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 63.6%
G = 17.31%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B43136 (or 0xB43136) is known color: Mahogany. HEX triplet: B4, 31 and 36. RGB value is (180,49,54). Sum of RGB (Red+Green+Blue) = 180+49+54=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43136 is #4BCEC9. Grayscale: #585858. Windows color (decimal): -4968138 or 3551668. OLE color: 3551668.

HSL color Cylindrical-coordinate representation of color #B43136: hue angle of 357.71º 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 #B43136 is Cyan = 0, Magento = 0.73, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 54 -
CMYK 0 0.73 0.7 0.29
HSL 357.71º 0.57% 0.45% -
HSV(B) 357.71º 0.73% 0.71% -
XYZ 20.59 12.17 4.75 -
YUV 88.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 180 49 54 0 0.73 0.7 0.29 357.71 0.57 0.45
Hex B4 31 36 0 49 46 1D 166 39 2D
Octal 264 61 66 0 111 106 35 546 71 55
Binary 10110100 110001 110110 0 1001001 1000110 11101 101100110 111001 101101

Color Harmonies of #B43136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43136

Black with #B43136

Text Example


Text Example

White with #B43136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43136; }

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

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

background-color css

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

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

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

border-color css

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

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

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