Html Css Color HEX #B03739 Mahogany

📋 copy color: '#B03739'

red 176 ◦ green 55 ◦ blue 57

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

Shades of Mahogany #B03739

Tints of Mahogany #B03739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 61.11%
G = 19.1%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B03739 (or 0xB03739) is known color: Mahogany. HEX triplet: B0, 37 and 39. RGB value is (176,55,57). Sum of RGB (Red+Green+Blue) = 176+55+57=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B03739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03739 is #4FC8C6. Grayscale: #5B5B5B. Windows color (decimal): -5228743 or 3749808. OLE color: 3749808.

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

Color convert

RGB 176 55 57 -
CMYK 0 0.69 0.68 0.31
HSL 359.01º 0.52% 0.45% -
HSV(B) 359.01º 0.69% 0.69% -
XYZ 20.01 12.26 5.18 -
YUV 91.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 176 55 57 0 0.69 0.68 0.31 359.01 0.52 0.45
Hex B0 37 39 0 45 44 1F 167 34 2D
Octal 260 67 71 0 105 104 37 547 64 55
Binary 10110000 110111 111001 0 1000101 1000100 11111 101100111 110100 101101

Color Harmonies of #B03739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03739

Black with #B03739

Text Example


Text Example

White with #B03739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03739; }

 p { color: rgb(176,55,57); }

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

background-color css

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

 a { background-color: rgb(176,55,57); }

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

border-color css

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

 span { border-color: rgb(176,55,57); }

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