Html Css Color HEX #B32C2E Mahogany

📋 copy color: '#B32C2E'

red 179 ◦ green 44 ◦ blue 46

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

Shades of Mahogany #B32C2E

Tints of Mahogany #B32C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 66.54%
G = 16.36%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B32C2E (or 0xB32C2E) is known color: Mahogany. HEX triplet: B3, 2C and 2E. RGB value is (179,44,46). Sum of RGB (Red+Green+Blue) = 179+44+46=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C2E is #4CD3D1. Grayscale: #545454. Windows color (decimal): -5034962 or 3026099. OLE color: 3026099.

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

Color convert

RGB 179 44 46 -
CMYK 0 0.75 0.74 0.30
HSL 359.11º 0.61% 0.44% -
HSV(B) 359.11º 0.75% 0.7% -
XYZ 19.98 11.58 3.77 -
YUV 84.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 179 44 46 0 0.75 0.74 0.30 359.11 0.61 0.44
Hex B3 2C 2E 0 4B 4A 1E 167 3D 2C
Octal 263 54 56 0 113 112 36 547 75 54
Binary 10110011 101100 101110 0 1001011 1001010 11110 101100111 111101 101100

Color Harmonies of #B32C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C2E

Black with #B32C2E

Text Example


Text Example

White with #B32C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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