Html Css Color HEX #B32D33 Mahogany

📋 copy color: '#B32D33'

red 179 ◦ green 45 ◦ blue 51

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

Shades of Mahogany #B32D33

Tints of Mahogany #B32D33

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.36%

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 65.09%
G = 16.36%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B32D33 (or 0xB32D33) is known color: Mahogany. HEX triplet: B3, 2D and 33. RGB value is (179,45,51). Sum of RGB (Red+Green+Blue) = 179+45+51=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D33 is #4CD2CC. Grayscale: #555555. Windows color (decimal): -5034701 or 3354035. OLE color: 3354035.

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

Color convert

RGB 179 45 51 -
CMYK 0 0.75 0.72 0.30
HSL 357.31º 0.6% 0.44% -
HSV(B) 357.31º 0.75% 0.7% -
XYZ 20.13 11.7 4.33 -
YUV 85.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 179 45 51 0 0.75 0.72 0.30 357.31 0.6 0.44
Hex B3 2D 33 0 4B 48 1E 165 3C 2C
Octal 263 55 63 0 113 110 36 545 74 54
Binary 10110011 101101 110011 0 1001011 1001000 11110 101100101 111100 101100

Color Harmonies of #B32D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32D33

Black with #B32D33

Text Example


Text Example

White with #B32D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32D33; }

 p { color: rgb(179,45,51); }

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

background-color css

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

 a { background-color: rgb(179,45,51); }

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

border-color css

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

 span { border-color: rgb(179,45,51); }

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