Html Css Color HEX #B5292C Mahogany

📋 copy color: '#B5292C'

red 181 ◦ green 41 ◦ blue 44

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

Shades of Mahogany #B5292C

Tints of Mahogany #B5292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 68.05%
G = 15.41%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5292C (or 0xB5292C) is known color: Mahogany. HEX triplet: B5, 29 and 2C. RGB value is (181,41,44). Sum of RGB (Red+Green+Blue) = 181+41+44=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5292C is #4AD6D3. Grayscale: #535353. Windows color (decimal): -4904660 or 2894261. OLE color: 2894261.

HSL color Cylindrical-coordinate representation of color #B5292C: hue angle of 358.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5292C is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 44 -
CMYK 0 0.77 0.76 0.29
HSL 358.71º 0.63% 0.44% -
HSV(B) 358.71º 0.77% 0.71% -
XYZ 20.3 11.59 3.55 -
YUV 83.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 181 41 44 0 0.77 0.76 0.29 358.71 0.63 0.44
Hex B5 29 2C 0 4D 4C 1D 167 3F 2C
Octal 265 51 54 0 115 114 35 547 77 54
Binary 10110101 101001 101100 0 1001101 1001100 11101 101100111 111111 101100

Color Harmonies of #B5292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5292C

Black with #B5292C

Text Example


Text Example

White with #B5292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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