Html Css Color HEX #B33132 Mahogany

📋 copy color: '#B33132'

red 179 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #B33132

Tints of Mahogany #B33132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 64.39%
G = 17.63%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B33132 (or 0xB33132) is known color: Mahogany. HEX triplet: B3, 31 and 32. RGB value is (179,49,50). Sum of RGB (Red+Green+Blue) = 179+49+50=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B33132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33132 is #4CCECD. Grayscale: #585858. Windows color (decimal): -5033678 or 3289523. OLE color: 3289523.

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

Color convert

RGB 179 49 50 -
CMYK 0 0.73 0.72 0.30
HSL 359.54º 0.57% 0.45% -
HSV(B) 359.54º 0.73% 0.7% -
XYZ 20.26 12.01 4.27 -
YUV 87.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 179 49 50 0 0.73 0.72 0.30 359.54 0.57 0.45
Hex B3 31 32 0 49 48 1E 168 39 2D
Octal 263 61 62 0 111 110 36 550 71 55
Binary 10110011 110001 110010 0 1001001 1001000 11110 101101000 111001 101101

Color Harmonies of #B33132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33132

Black with #B33132

Text Example


Text Example

White with #B33132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33132; }

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

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

background-color css

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

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

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

border-color css

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

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

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