Html Css Color HEX #B12E32 Mahogany

📋 copy color: '#B12E32'

red 177 ◦ green 46 ◦ blue 50

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

Shades of Mahogany #B12E32

Tints of Mahogany #B12E32

RGB

 RED value IS 177 (69.53% from 255) = 64.84%

 GREEN value IS 46 (18.36% from 255) = 16.85%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 64.84%
G = 16.85%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B12E32 (or 0xB12E32) is known color: Mahogany. HEX triplet: B1, 2E and 32. RGB value is (177,46,50). Sum of RGB (Red+Green+Blue) = 177+46+50=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12E32 is #4ED1CD. Grayscale: #555555. Windows color (decimal): -5165518 or 3288753. OLE color: 3288753.

HSL color Cylindrical-coordinate representation of color #B12E32: hue angle of 358.17º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E32 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 46 50 -
CMYK 0 0.74 0.72 0.31
HSL 358.17º 0.59% 0.44% -
HSV(B) 358.17º 0.74% 0.69% -
XYZ 19.68 11.53 4.21 -
YUV 85.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 177 46 50 0 0.74 0.72 0.31 358.17 0.59 0.44
Hex B1 2E 32 0 4A 48 1F 166 3B 2C
Octal 261 56 62 0 112 110 37 546 73 54
Binary 10110001 101110 110010 0 1001010 1001000 11111 101100110 111011 101100

Color Harmonies of #B12E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E32

Black with #B12E32

Text Example


Text Example

White with #B12E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E32; }

 p { color: rgb(177,46,50); }

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

background-color css

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

 a { background-color: rgb(177,46,50); }

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

border-color css

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

 span { border-color: rgb(177,46,50); }

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