Html Css Color HEX #B03136 Mahogany

📋 copy color: '#B03136'

red 176 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #B03136

Tints of Mahogany #B03136

RGB

 RED value IS 176 (69.14% from 255) = 63.08%

 GREEN value IS 49 (19.53% from 255) = 17.56%

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 63.08%
G = 17.56%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B03136 (or 0xB03136) is known color: Mahogany. HEX triplet: B0, 31 and 36. RGB value is (176,49,54). Sum of RGB (Red+Green+Blue) = 176+49+54=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B03136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03136 is #4FCEC9. Grayscale: #575757. Windows color (decimal): -5230282 or 3551664. OLE color: 3551664.

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

Color convert

RGB 176 49 54 -
CMYK 0 0.72 0.69 0.31
HSL 357.64º 0.56% 0.44% -
HSV(B) 357.64º 0.72% 0.69% -
XYZ 19.67 11.69 4.71 -
YUV 87.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 176 49 54 0 0.72 0.69 0.31 357.64 0.56 0.44
Hex B0 31 36 0 48 45 1F 166 38 2C
Octal 260 61 66 0 110 105 37 546 70 54
Binary 10110000 110001 110110 0 1001000 1000101 11111 101100110 111000 101100

Color Harmonies of #B03136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03136

Black with #B03136

Text Example


Text Example

White with #B03136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03136; }

 p { color: rgb(176,49,54); }

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

background-color css

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

 a { background-color: rgb(176,49,54); }

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

border-color css

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

 span { border-color: rgb(176,49,54); }

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