Html Css Color HEX #B12C2E Mahogany

📋 copy color: '#B12C2E'

red 177 ◦ green 44 ◦ blue 46

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

Shades of Mahogany #B12C2E

Tints of Mahogany #B12C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.48%

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 66.29%
G = 16.48%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B12C2E (or 0xB12C2E) is known color: Mahogany. HEX triplet: B1, 2C and 2E. RGB value is (177,44,46). Sum of RGB (Red+Green+Blue) = 177+44+46=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B12C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12C2E is #4ED3D1. Grayscale: #545454. Windows color (decimal): -5166034 or 3026097. OLE color: 3026097.

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

Color convert

RGB 177 44 46 -
CMYK 0 0.75 0.74 0.31
HSL 359.1º 0.6% 0.43% -
HSV(B) 359.1º 0.75% 0.69% -
XYZ 19.53 11.35 3.75 -
YUV 84 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 177 44 46 0 0.75 0.74 0.31 359.1 0.6 0.43
Hex B1 2C 2E 0 4B 4A 1F 167 3C 2B
Octal 261 54 56 0 113 112 37 547 74 53
Binary 10110001 101100 101110 0 1001011 1001010 11111 101100111 111100 101011

Color Harmonies of #B12C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12C2E

Black with #B12C2E

Text Example


Text Example

White with #B12C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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