Html Css Color HEX #B03639 Mahogany

📋 copy color: '#B03639'

red 176 ◦ green 54 ◦ blue 57

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

Shades of Mahogany #B03639

Tints of Mahogany #B03639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 61.32%
G = 18.82%
B = 19.86%

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

#B03639 (or 0xB03639) is known color: Mahogany. HEX triplet: B0, 36 and 39. RGB value is (176,54,57). Sum of RGB (Red+Green+Blue) = 176+54+57=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B03639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03639 is #4FC9C6. Grayscale: #5A5A5A. Windows color (decimal): -5228999 or 3749552. OLE color: 3749552.

HSL color Cylindrical-coordinate representation of color #B03639: hue angle of 358.52º degrees, saturation: 0.53, 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 #B03639 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 57 -
CMYK 0 0.69 0.68 0.31
HSL 358.52º 0.53% 0.45% -
HSV(B) 358.52º 0.69% 0.69% -
XYZ 19.96 12.16 5.17 -
YUV 90.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 176 54 57 0 0.69 0.68 0.31 358.52 0.53 0.45
Hex B0 36 39 0 45 44 1F 167 35 2D
Octal 260 66 71 0 105 104 37 547 65 55
Binary 10110000 110110 111001 0 1000101 1000100 11111 101100111 110101 101101

Color Harmonies of #B03639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03639

Black with #B03639

Text Example


Text Example

White with #B03639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03639; }

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

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

background-color css

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

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

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

border-color css

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

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

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