Html Css Color HEX #B52B32 Mahogany

📋 copy color: '#B52B32'

red 181 ◦ green 43 ◦ blue 50

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

Shades of Mahogany #B52B32

Tints of Mahogany #B52B32

RGB

 RED value IS 181 (71.09% from 255) = 66.06%

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

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

R = 66.06%
G = 15.69%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B52B32 (or 0xB52B32) is known color: Mahogany. HEX triplet: B5, 2B and 32. RGB value is (181,43,50). Sum of RGB (Red+Green+Blue) = 181+43+50=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52B32 is #4AD4CD. Grayscale: #555555. Windows color (decimal): -4904142 or 3287989. OLE color: 3287989.

HSL color Cylindrical-coordinate representation of color #B52B32: hue angle of 356.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B32 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 43 50 -
CMYK 0 0.76 0.72 0.29
HSL 356.96º 0.62% 0.44% -
HSV(B) 356.96º 0.76% 0.71% -
XYZ 20.5 11.78 4.21 -
YUV 85.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 181 43 50 0 0.76 0.72 0.29 356.96 0.62 0.44
Hex B5 2B 32 0 4C 48 1D 165 3E 2C
Octal 265 53 62 0 114 110 35 545 76 54
Binary 10110101 101011 110010 0 1001100 1001000 11101 101100101 111110 101100

Color Harmonies of #B52B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52B32

Black with #B52B32

Text Example


Text Example

White with #B52B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52B32; }

 p { color: rgb(181,43,50); }

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

background-color css

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

 a { background-color: rgb(181,43,50); }

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

border-color css

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

 span { border-color: rgb(181,43,50); }

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