Html Css Color HEX #B13B3C Mahogany

📋 copy color: '#B13B3C'

red 177 ◦ green 59 ◦ blue 60

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

Shades of Mahogany #B13B3C

Tints of Mahogany #B13B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.93%

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 59.8%
G = 19.93%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B13B3C (or 0xB13B3C) is known color: Mahogany. HEX triplet: B1, 3B and 3C. RGB value is (177,59,60). Sum of RGB (Red+Green+Blue) = 177+59+60=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B3C is #4EC4C3. Grayscale: #5E5E5E. Windows color (decimal): -5162180 or 3947441. OLE color: 3947441.

HSL color Cylindrical-coordinate representation of color #B13B3C: hue angle of 359.49º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B3C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 59 60 -
CMYK 0 0.67 0.66 0.31
HSL 359.49º 0.5% 0.46% -
HSV(B) 359.49º 0.67% 0.69% -
XYZ 20.51 12.8 5.66 -
YUV 94.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 177 59 60 0 0.67 0.66 0.31 359.49 0.5 0.46
Hex B1 3B 3C 0 43 42 1F 167 32 2E
Octal 261 73 74 0 103 102 37 547 62 56
Binary 10110001 111011 111100 0 1000011 1000010 11111 101100111 110010 101110

Color Harmonies of #B13B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B3C

Black with #B13B3C

Text Example


Text Example

White with #B13B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B3C; }

 p { color: rgb(177,59,60); }

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

background-color css

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

 a { background-color: rgb(177,59,60); }

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

border-color css

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

 span { border-color: rgb(177,59,60); }

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