Html Css Color HEX #B12B2E Mahogany

📋 copy color: '#B12B2E'

red 177 ◦ green 43 ◦ blue 46

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

Shades of Mahogany #B12B2E

Tints of Mahogany #B12B2E

RGB

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

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

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

R = 66.54%
G = 16.17%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B12B2E (or 0xB12B2E) is known color: Mahogany. HEX triplet: B1, 2B and 2E. RGB value is (177,43,46). Sum of RGB (Red+Green+Blue) = 177+43+46=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B2E is #4ED4D1. Grayscale: #535353. Windows color (decimal): -5166290 or 3025841. OLE color: 3025841.

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

Color convert

RGB 177 43 46 -
CMYK 0 0.76 0.74 0.31
HSL 358.66º 0.61% 0.43% -
HSV(B) 358.66º 0.76% 0.69% -
XYZ 19.49 11.27 3.73 -
YUV 83.41 106.89 194.76 -
System Red Green Blue C M Y K H S L
Decimal 177 43 46 0 0.76 0.74 0.31 358.66 0.61 0.43
Hex B1 2B 2E 0 4C 4A 1F 167 3D 2B
Octal 261 53 56 0 114 112 37 547 75 53
Binary 10110001 101011 101110 0 1001100 1001010 11111 101100111 111101 101011

Color Harmonies of #B12B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12B2E

Black with #B12B2E

Text Example


Text Example

White with #B12B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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