Html Css Color HEX #B13438 Mahogany

📋 copy color: '#B13438'

red 177 ◦ green 52 ◦ blue 56

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

Shades of Mahogany #B13438

Tints of Mahogany #B13438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 62.11%
G = 18.25%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B13438 (or 0xB13438) is known color: Mahogany. HEX triplet: B1, 34 and 38. RGB value is (177,52,56). Sum of RGB (Red+Green+Blue) = 177+52+56=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B13438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13438 is #4ECBC7. Grayscale: #595959. Windows color (decimal): -5163976 or 3683505. OLE color: 3683505.

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

Color convert

RGB 177 52 56 -
CMYK 0 0.71 0.68 0.31
HSL 358.08º 0.55% 0.45% -
HSV(B) 358.08º 0.71% 0.69% -
XYZ 20.07 12.09 5.02 -
YUV 89.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 177 52 56 0 0.71 0.68 0.31 358.08 0.55 0.45
Hex B1 34 38 0 47 44 1F 166 37 2D
Octal 261 64 70 0 107 104 37 546 67 55
Binary 10110001 110100 111000 0 1000111 1000100 11111 101100110 110111 101101

Color Harmonies of #B13438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13438

Black with #B13438

Text Example


Text Example

White with #B13438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13438; }

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

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

background-color css

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

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

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

border-color css

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

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

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