Html Css Color HEX #B13234 Mahogany

📋 copy color: '#B13234'

red 177 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #B13234

Tints of Mahogany #B13234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 63.44%
G = 17.92%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B13234 (or 0xB13234) is known color: Mahogany. HEX triplet: B1, 32 and 34. RGB value is (177,50,52). Sum of RGB (Red+Green+Blue) = 177+50+52=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B13234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13234 is #4ECDCB. Grayscale: #585858. Windows color (decimal): -5164492 or 3420849. OLE color: 3420849.

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

Color convert

RGB 177 50 52 -
CMYK 0 0.72 0.71 0.31
HSL 359.06º 0.56% 0.45% -
HSV(B) 359.06º 0.72% 0.69% -
XYZ 19.89 11.88 4.49 -
YUV 88.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 177 50 52 0 0.72 0.71 0.31 359.06 0.56 0.45
Hex B1 32 34 0 48 47 1F 167 38 2D
Octal 261 62 64 0 110 107 37 547 70 55
Binary 10110001 110010 110100 0 1001000 1000111 11111 101100111 111000 101101

Color Harmonies of #B13234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13234

Black with #B13234

Text Example


Text Example

White with #B13234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13234; }

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

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

background-color css

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

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

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

border-color css

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

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

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