Html Css Color HEX #B32B2C Mahogany

📋 copy color: '#B32B2C'

red 179 ◦ green 43 ◦ blue 44

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

Shades of Mahogany #B32B2C

Tints of Mahogany #B32B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 67.29%
G = 16.17%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B32B2C (or 0xB32B2C) is known color: Mahogany. HEX triplet: B3, 2B and 2C. RGB value is (179,43,44). Sum of RGB (Red+Green+Blue) = 179+43+44=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B2C is #4CD4D3. Grayscale: #535353. Windows color (decimal): -5035220 or 2894771. OLE color: 2894771.

HSL color Cylindrical-coordinate representation of color #B32B2C: hue angle of 359.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B2C is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 43 44 -
CMYK 0 0.76 0.75 0.30
HSL 359.56º 0.61% 0.44% -
HSV(B) 359.56º 0.76% 0.7% -
XYZ 19.91 11.49 3.55 -
YUV 83.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 179 43 44 0 0.76 0.75 0.30 359.56 0.61 0.44
Hex B3 2B 2C 0 4C 4B 1E 168 3D 2C
Octal 263 53 54 0 114 113 36 550 75 54
Binary 10110011 101011 101100 0 1001100 1001011 11110 101101000 111101 101100

Color Harmonies of #B32B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B2C

Black with #B32B2C

Text Example


Text Example

White with #B32B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B2C; }

 p { color: rgb(179,43,44); }

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

background-color css

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

 a { background-color: rgb(179,43,44); }

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

border-color css

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

 span { border-color: rgb(179,43,44); }

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