Html Css Color HEX #B5292A Mahogany

📋 copy color: '#B5292A'

red 181 ◦ green 41 ◦ blue 42

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

Shades of Mahogany #B5292A

Tints of Mahogany #B5292A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 68.56%
G = 15.53%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5292A (or 0xB5292A) is known color: Mahogany. HEX triplet: B5, 29 and 2A. RGB value is (181,41,42). Sum of RGB (Red+Green+Blue) = 181+41+42=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5292A is #4AD6D5. Grayscale: #535353. Windows color (decimal): -4904662 or 2763189. OLE color: 2763189.

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

Color convert

RGB 181 41 42 -
CMYK 0 0.77 0.77 0.29
HSL 359.57º 0.63% 0.44% -
HSV(B) 359.57º 0.77% 0.71% -
XYZ 20.27 11.58 3.36 -
YUV 82.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 181 41 42 0 0.77 0.77 0.29 359.57 0.63 0.44
Hex B5 29 2A 0 4D 4D 1D 168 3F 2C
Octal 265 51 52 0 115 115 35 550 77 54
Binary 10110101 101001 101010 0 1001101 1001101 11101 101101000 111111 101100

Color Harmonies of #B5292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5292A

Black with #B5292A

Text Example


Text Example

White with #B5292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5292A; }

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

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

background-color css

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

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

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

border-color css

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

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

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