Html Css Color HEX #B33032 Mahogany

📋 copy color: '#B33032'

red 179 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #B33032

Tints of Mahogany #B33032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.33%

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

R = 64.62%
G = 17.33%
B = 18.05%

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

#B33032 (or 0xB33032) is known color: Mahogany. HEX triplet: B3, 30 and 32. RGB value is (179,48,50). Sum of RGB (Red+Green+Blue) = 179+48+50=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B33032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33032 is #4CCFCD. Grayscale: #575757. Windows color (decimal): -5033934 or 3289267. OLE color: 3289267.

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

Color convert

RGB 179 48 50 -
CMYK 0 0.73 0.72 0.30
HSL 359.08º 0.58% 0.45% -
HSV(B) 359.08º 0.73% 0.7% -
XYZ 20.22 11.93 4.25 -
YUV 87.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 179 48 50 0 0.73 0.72 0.30 359.08 0.58 0.45
Hex B3 30 32 0 49 48 1E 167 3A 2D
Octal 263 60 62 0 111 110 36 547 72 55
Binary 10110011 110000 110010 0 1001001 1001000 11110 101100111 111010 101101

Color Harmonies of #B33032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33032

Black with #B33032

Text Example


Text Example

White with #B33032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33032; }

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

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

background-color css

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

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

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

border-color css

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

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

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