Html Css Color HEX #B4292D Mahogany

📋 copy color: '#B4292D'

red 180 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #B4292D

Tints of Mahogany #B4292D

RGB

 RED value IS 180 (70.7% from 255) = 67.67%

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

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

R = 67.67%
G = 15.41%
B = 16.92%

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

#B4292D (or 0xB4292D) is known color: Mahogany. HEX triplet: B4, 29 and 2D. RGB value is (180,41,45). Sum of RGB (Red+Green+Blue) = 180+41+45=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B4292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4292D is #4BD6D2. Grayscale: #535353. Windows color (decimal): -4970195 or 2959796. OLE color: 2959796.

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

Color convert

RGB 180 41 45 -
CMYK 0 0.77 0.75 0.29
HSL 358.27º 0.63% 0.43% -
HSV(B) 358.27º 0.77% 0.71% -
XYZ 20.09 11.48 3.64 -
YUV 83.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 180 41 45 0 0.77 0.75 0.29 358.27 0.63 0.43
Hex B4 29 2D 0 4D 4B 1D 166 3F 2B
Octal 264 51 55 0 115 113 35 546 77 53
Binary 10110100 101001 101101 0 1001101 1001011 11101 101100110 111111 101011

Color Harmonies of #B4292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4292D

Black with #B4292D

Text Example


Text Example

White with #B4292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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