Html Css Color HEX #B13C3E Mahogany

📋 copy color: '#B13C3E'

red 177 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #B13C3E

Tints of Mahogany #B13C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 59.2%
G = 20.07%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B13C3E (or 0xB13C3E) is known color: Mahogany. HEX triplet: B1, 3C and 3E. RGB value is (177,60,62). Sum of RGB (Red+Green+Blue) = 177+60+62=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C3E is #4EC3C1. Grayscale: #5F5F5F. Windows color (decimal): -5161922 or 4078769. OLE color: 4078769.

HSL color Cylindrical-coordinate representation of color #B13C3E: hue angle of 358.97º 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 #B13C3E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 62 -
CMYK 0 0.66 0.65 0.31
HSL 358.97º 0.49% 0.46% -
HSV(B) 358.97º 0.66% 0.69% -
XYZ 20.62 12.93 5.97 -
YUV 95.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 177 60 62 0 0.66 0.65 0.31 358.97 0.49 0.46
Hex B1 3C 3E 0 42 41 1F 167 31 2E
Octal 261 74 76 0 102 101 37 547 61 56
Binary 10110001 111100 111110 0 1000010 1000001 11111 101100111 110001 101110

Color Harmonies of #B13C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C3E

Black with #B13C3E

Text Example


Text Example

White with #B13C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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