Html Css Color HEX #B5292D Mahogany

📋 copy color: '#B5292D'

red 181 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #B5292D

Tints of Mahogany #B5292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 67.79%
G = 15.36%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5292D (or 0xB5292D) is known color: Mahogany. HEX triplet: B5, 29 and 2D. RGB value is (181,41,45). Sum of RGB (Red+Green+Blue) = 181+41+45=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B5292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5292D is #4AD6D2. Grayscale: #535353. Windows color (decimal): -4904659 or 2959797. OLE color: 2959797.

HSL color Cylindrical-coordinate representation of color #B5292D: hue angle of 358.29º 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 #B5292D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 45 -
CMYK 0 0.77 0.75 0.29
HSL 358.29º 0.63% 0.44% -
HSV(B) 358.29º 0.77% 0.71% -
XYZ 20.32 11.6 3.65 -
YUV 83.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 181 41 45 0 0.77 0.75 0.29 358.29 0.63 0.44
Hex B5 29 2D 0 4D 4B 1D 166 3F 2C
Octal 265 51 55 0 115 113 35 546 77 54
Binary 10110101 101001 101101 0 1001101 1001011 11101 101100110 111111 101100

Color Harmonies of #B5292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5292D

Black with #B5292D

Text Example


Text Example

White with #B5292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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