Html Css Color HEX #B52C2F Mahogany

📋 copy color: '#B52C2F'

red 181 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #B52C2F

Tints of Mahogany #B52C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 66.54%
G = 16.18%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B52C2F (or 0xB52C2F) is known color: Mahogany. HEX triplet: B5, 2C and 2F. RGB value is (181,44,47). Sum of RGB (Red+Green+Blue) = 181+44+47=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C2F is #4AD3D0. Grayscale: #555555. Windows color (decimal): -4903889 or 3091637. OLE color: 3091637.

HSL color Cylindrical-coordinate representation of color #B52C2F: hue angle of 358.69º degrees, saturation: 0.61, 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 #B52C2F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 44 47 -
CMYK 0 0.76 0.74 0.29
HSL 358.69º 0.61% 0.44% -
HSV(B) 358.69º 0.76% 0.71% -
XYZ 20.47 11.83 3.89 -
YUV 85.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 181 44 47 0 0.76 0.74 0.29 358.69 0.61 0.44
Hex B5 2C 2F 0 4C 4A 1D 167 3D 2C
Octal 265 54 57 0 114 112 35 547 75 54
Binary 10110101 101100 101111 0 1001100 1001010 11101 101100111 111101 101100

Color Harmonies of #B52C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C2F

Black with #B52C2F

Text Example


Text Example

White with #B52C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C2F; }

 p { color: rgb(181,44,47); }

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

background-color css

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

 a { background-color: rgb(181,44,47); }

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

border-color css

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

 span { border-color: rgb(181,44,47); }

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