Html Css Color HEX #B53438 Mahogany

📋 copy color: '#B53438'

red 181 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #B53438

Tints of Mahogany #B53438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 62.63%
G = 17.99%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B53438 (or 0xB53438) is known color: Mahogany. HEX triplet: B5, 34 and 38. RGB value is (181,52,56). Sum of RGB (Red+Green+Blue) = 181+52+56=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B53438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53438 is #4ACBC7. Grayscale: #5B5B5B. Windows color (decimal): -4901832 or 3683509. OLE color: 3683509.

HSL color Cylindrical-coordinate representation of color #B53438: hue angle of 358.14º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53438 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 56 -
CMYK 0 0.71 0.69 0.29
HSL 358.14º 0.55% 0.46% -
HSV(B) 358.14º 0.71% 0.71% -
XYZ 21 12.57 5.06 -
YUV 91.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 181 52 56 0 0.71 0.69 0.29 358.14 0.55 0.46
Hex B5 34 38 0 47 45 1D 166 37 2E
Octal 265 64 70 0 107 105 35 546 67 56
Binary 10110101 110100 111000 0 1000111 1000101 11101 101100110 110111 101110

Color Harmonies of #B53438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53438

Black with #B53438

Text Example


Text Example

White with #B53438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53438; }

 p { color: rgb(181,52,56); }

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

background-color css

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

 a { background-color: rgb(181,52,56); }

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

border-color css

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

 span { border-color: rgb(181,52,56); }

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