Html Css Color HEX #B42B31 Mahogany

📋 copy color: '#B42B31'

red 180 ◦ green 43 ◦ blue 49

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

Shades of Mahogany #B42B31

Tints of Mahogany #B42B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.81%

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 66.18%
G = 15.81%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B42B31 (or 0xB42B31) is known color: Mahogany. HEX triplet: B4, 2B and 31. RGB value is (180,43,49). Sum of RGB (Red+Green+Blue) = 180+43+49=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B31 is #4BD4CE. Grayscale: #545454. Windows color (decimal): -4969679 or 3222452. OLE color: 3222452.

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

Color convert

RGB 180 43 49 -
CMYK 0 0.76 0.73 0.29
HSL 357.37º 0.61% 0.44% -
HSV(B) 357.37º 0.76% 0.71% -
XYZ 20.24 11.65 4.09 -
YUV 84.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 180 43 49 0 0.76 0.73 0.29 357.37 0.61 0.44
Hex B4 2B 31 0 4C 49 1D 165 3D 2C
Octal 264 53 61 0 114 111 35 545 75 54
Binary 10110100 101011 110001 0 1001100 1001001 11101 101100101 111101 101100

Color Harmonies of #B42B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B31

Black with #B42B31

Text Example


Text Example

White with #B42B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B31; }

 p { color: rgb(180,43,49); }

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

background-color css

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

 a { background-color: rgb(180,43,49); }

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

border-color css

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

 span { border-color: rgb(180,43,49); }

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