Html Css Color HEX #B52D32 Mahogany

📋 copy color: '#B52D32'

red 181 ◦ green 45 ◦ blue 50

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

Shades of Mahogany #B52D32

Tints of Mahogany #B52D32

RGB

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

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

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

R = 65.58%
G = 16.3%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B52D32 (or 0xB52D32) is known color: Mahogany. HEX triplet: B5, 2D and 32. RGB value is (181,45,50). Sum of RGB (Red+Green+Blue) = 181+45+50=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D32 is #4AD2CD. Grayscale: #565656. Windows color (decimal): -4903630 or 3288501. OLE color: 3288501.

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

Color convert

RGB 181 45 50 -
CMYK 0 0.75 0.72 0.29
HSL 357.79º 0.6% 0.44% -
HSV(B) 357.79º 0.75% 0.71% -
XYZ 20.57 11.93 4.24 -
YUV 86.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 181 45 50 0 0.75 0.72 0.29 357.79 0.6 0.44
Hex B5 2D 32 0 4B 48 1D 166 3C 2C
Octal 265 55 62 0 113 110 35 546 74 54
Binary 10110101 101101 110010 0 1001011 1001000 11101 101100110 111100 101100

Color Harmonies of #B52D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D32

Black with #B52D32

Text Example


Text Example

White with #B52D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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