Html Css Color HEX #B33136 Mahogany

📋 copy color: '#B33136'

red 179 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #B33136

Tints of Mahogany #B33136

RGB

 RED value IS 179 (70.31% from 255) = 63.48%

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

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

R = 63.48%
G = 17.38%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B33136 (or 0xB33136) is known color: Mahogany. HEX triplet: B3, 31 and 36. RGB value is (179,49,54). Sum of RGB (Red+Green+Blue) = 179+49+54=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B33136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33136 is #4CCEC9. Grayscale: #585858. Windows color (decimal): -5033674 or 3551667. OLE color: 3551667.

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

Color convert

RGB 179 49 54 -
CMYK 0 0.73 0.70 0.30
HSL 357.69º 0.57% 0.45% -
HSV(B) 357.69º 0.73% 0.7% -
XYZ 20.35 12.05 4.74 -
YUV 88.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 179 49 54 0 0.73 0.70 0.30 357.69 0.57 0.45
Hex B3 31 36 0 49 46 1E 166 39 2D
Octal 263 61 66 0 111 106 36 546 71 55
Binary 10110011 110001 110110 0 1001001 1000110 11110 101100110 111001 101101

Color Harmonies of #B33136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33136

Black with #B33136

Text Example


Text Example

White with #B33136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33136; }

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

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

background-color css

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

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

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

border-color css

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

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

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