Html Css Color HEX #B5373A Mahogany

📋 copy color: '#B5373A'

red 181 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #B5373A

Tints of Mahogany #B5373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

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

R = 61.56%
G = 18.71%
B = 19.73%

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

#B5373A (or 0xB5373A) is known color: Mahogany. HEX triplet: B5, 37 and 3A. RGB value is (181,55,58). Sum of RGB (Red+Green+Blue) = 181+55+58=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5373A is #4AC8C5. Grayscale: #5D5D5D. Windows color (decimal): -4901062 or 3815349. OLE color: 3815349.

HSL color Cylindrical-coordinate representation of color #B5373A: hue angle of 358.57º degrees, saturation: 0.53, 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 #B5373A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 58 -
CMYK 0 0.70 0.68 0.29
HSL 358.57º 0.53% 0.46% -
HSV(B) 358.57º 0.7% 0.71% -
XYZ 21.19 12.86 5.37 -
YUV 93.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 181 55 58 0 0.70 0.68 0.29 358.57 0.53 0.46
Hex B5 37 3A 0 46 44 1D 167 35 2E
Octal 265 67 72 0 106 104 35 547 65 56
Binary 10110101 110111 111010 0 1000110 1000100 11101 101100111 110101 101110

Color Harmonies of #B5373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5373A

Black with #B5373A

Text Example


Text Example

White with #B5373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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