Html Css Color HEX #B5393C Mahogany

📋 copy color: '#B5393C'

red 181 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #B5393C

Tints of Mahogany #B5393C

RGB

 RED value IS 181 (71.09% from 255) = 60.74%

 GREEN value IS 57 (22.66% from 255) = 19.13%

 BLUE value IS 60 (23.83% from 255) = 20.13%

R = 60.74%
G = 19.13%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B5393C (or 0xB5393C) is known color: Mahogany. HEX triplet: B5, 39 and 3C. RGB value is (181,57,60). Sum of RGB (Red+Green+Blue) = 181+57+60=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B5393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5393C is #4AC6C3. Grayscale: #5E5E5E. Windows color (decimal): -4900548 or 3946933. OLE color: 3946933.

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

Color convert

RGB 181 57 60 -
CMYK 0 0.69 0.67 0.29
HSL 358.55º 0.52% 0.47% -
HSV(B) 358.55º 0.69% 0.71% -
XYZ 21.33 13.08 5.67 -
YUV 94.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 181 57 60 0 0.69 0.67 0.29 358.55 0.52 0.47
Hex B5 39 3C 0 45 43 1D 167 34 2F
Octal 265 71 74 0 105 103 35 547 64 57
Binary 10110101 111001 111100 0 1000101 1000011 11101 101100111 110100 101111

Color Harmonies of #B5393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5393C

Black with #B5393C

Text Example


Text Example

White with #B5393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5393C; }

 p { color: rgb(181,57,60); }

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

background-color css

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

 a { background-color: rgb(181,57,60); }

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

border-color css

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

 span { border-color: rgb(181,57,60); }

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