Html Css Color HEX #B13C3D Mahogany

📋 copy color: '#B13C3D'

red 177 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #B13C3D

Tints of Mahogany #B13C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 59.4%
G = 20.13%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B13C3D (or 0xB13C3D) is known color: Mahogany. HEX triplet: B1, 3C and 3D. RGB value is (177,60,61). Sum of RGB (Red+Green+Blue) = 177+60+61=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C3D is #4EC3C2. Grayscale: #5F5F5F. Windows color (decimal): -5161923 or 4013233. OLE color: 4013233.

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

Color convert

RGB 177 60 61 -
CMYK 0 0.66 0.66 0.31
HSL 359.49º 0.49% 0.46% -
HSV(B) 359.49º 0.66% 0.69% -
XYZ 20.59 12.92 5.82 -
YUV 95.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 177 60 61 0 0.66 0.66 0.31 359.49 0.49 0.46
Hex B1 3C 3D 0 42 42 1F 167 31 2E
Octal 261 74 75 0 102 102 37 547 61 56
Binary 10110001 111100 111101 0 1000010 1000010 11111 101100111 110001 101110

Color Harmonies of #B13C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C3D

Black with #B13C3D

Text Example


Text Example

White with #B13C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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