Html Css Color HEX #B53036 Mahogany

📋 copy color: '#B53036'

red 181 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #B53036

Tints of Mahogany #B53036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 54 (21.48% from 255) = 19.08%

R = 63.96%
G = 16.96%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B53036 (or 0xB53036) is known color: Mahogany. HEX triplet: B5, 30 and 36. RGB value is (181,48,54). Sum of RGB (Red+Green+Blue) = 181+48+54=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B53036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53036 is #4ACFC9. Grayscale: #585858. Windows color (decimal): -4902858 or 3551413. OLE color: 3551413.

HSL color Cylindrical-coordinate representation of color #B53036: hue angle of 357.29º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53036 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 54 -
CMYK 0 0.73 0.70 0.29
HSL 357.29º 0.58% 0.45% -
HSV(B) 357.29º 0.73% 0.71% -
XYZ 20.78 12.2 4.75 -
YUV 88.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 181 48 54 0 0.73 0.70 0.29 357.29 0.58 0.45
Hex B5 30 36 0 49 46 1D 165 3A 2D
Octal 265 60 66 0 111 106 35 545 72 55
Binary 10110101 110000 110110 0 1001001 1000110 11101 101100101 111010 101101

Color Harmonies of #B53036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53036

Black with #B53036

Text Example


Text Example

White with #B53036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53036; }

 p { color: rgb(181,48,54); }

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

background-color css

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

 a { background-color: rgb(181,48,54); }

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

border-color css

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

 span { border-color: rgb(181,48,54); }

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