Html Css Color HEX #B5363A Mahogany

📋 copy color: '#B5363A'

red 181 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #B5363A

Tints of Mahogany #B5363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 61.77%
G = 18.43%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5363A (or 0xB5363A) is known color: Mahogany. HEX triplet: B5, 36 and 3A. RGB value is (181,54,58). Sum of RGB (Red+Green+Blue) = 181+54+58=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5363A is #4AC9C5. Grayscale: #5C5C5C. Windows color (decimal): -4901318 or 3815093. OLE color: 3815093.

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

Color convert

RGB 181 54 58 -
CMYK 0 0.70 0.68 0.29
HSL 358.11º 0.54% 0.46% -
HSV(B) 358.11º 0.7% 0.71% -
XYZ 21.14 12.77 5.35 -
YUV 92.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 181 54 58 0 0.70 0.68 0.29 358.11 0.54 0.46
Hex B5 36 3A 0 46 44 1D 166 36 2E
Octal 265 66 72 0 106 104 35 546 66 56
Binary 10110101 110110 111010 0 1000110 1000100 11101 101100110 110110 101110

Color Harmonies of #B5363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5363A

Black with #B5363A

Text Example


Text Example

White with #B5363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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