Html Css Color HEX #B1363A Mahogany

📋 copy color: '#B1363A'

red 177 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #B1363A

Tints of Mahogany #B1363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.07%

R = 61.25%
G = 18.69%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1363A (or 0xB1363A) is known color: Mahogany. HEX triplet: B1, 36 and 3A. RGB value is (177,54,58). Sum of RGB (Red+Green+Blue) = 177+54+58=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B1363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1363A is #4EC9C5. Grayscale: #5B5B5B. Windows color (decimal): -5163462 or 3815089. OLE color: 3815089.

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

Color convert

RGB 177 54 58 -
CMYK 0 0.69 0.67 0.31
HSL 358.05º 0.53% 0.45% -
HSV(B) 358.05º 0.69% 0.69% -
XYZ 20.21 12.29 5.31 -
YUV 91.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 177 54 58 0 0.69 0.67 0.31 358.05 0.53 0.45
Hex B1 36 3A 0 45 43 1F 166 35 2D
Octal 261 66 72 0 105 103 37 546 65 55
Binary 10110001 110110 111010 0 1000101 1000011 11111 101100110 110101 101101

Color Harmonies of #B1363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1363A

Black with #B1363A

Text Example


Text Example

White with #B1363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1363A; }

 p { color: rgb(177,54,58); }

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

background-color css

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

 a { background-color: rgb(177,54,58); }

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

border-color css

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

 span { border-color: rgb(177,54,58); }

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