Html Css Color HEX #B1383A Mahogany

📋 copy color: '#B1383A'

red 177 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #B1383A

Tints of Mahogany #B1383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.24%

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

R = 60.82%
G = 19.24%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1383A (or 0xB1383A) is known color: Mahogany. HEX triplet: B1, 38 and 3A. RGB value is (177,56,58). Sum of RGB (Red+Green+Blue) = 177+56+58=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1383A is #4EC7C5. Grayscale: #5C5C5C. Windows color (decimal): -5162950 or 3815601. OLE color: 3815601.

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

Color convert

RGB 177 56 58 -
CMYK 0 0.68 0.67 0.31
HSL 359.01º 0.52% 0.46% -
HSV(B) 359.01º 0.68% 0.69% -
XYZ 20.31 12.48 5.34 -
YUV 92.41 108.59 188.34 -
System Red Green Blue C M Y K H S L
Decimal 177 56 58 0 0.68 0.67 0.31 359.01 0.52 0.46
Hex B1 38 3A 0 44 43 1F 167 34 2E
Octal 261 70 72 0 104 103 37 547 64 56
Binary 10110001 111000 111010 0 1000100 1000011 11111 101100111 110100 101110

Color Harmonies of #B1383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1383A

Black with #B1383A

Text Example


Text Example

White with #B1383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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