Html Css Color HEX #B5353A Mahogany

📋 copy color: '#B5353A'

red 181 ◦ green 53 ◦ blue 58

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

Shades of Mahogany #B5353A

Tints of Mahogany #B5353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

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

R = 61.99%
G = 18.15%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5353A (or 0xB5353A) is known color: Mahogany. HEX triplet: B5, 35 and 3A. RGB value is (181,53,58). Sum of RGB (Red+Green+Blue) = 181+53+58=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5353A is #4ACAC5. Grayscale: #5B5B5B. Windows color (decimal): -4901574 or 3814837. OLE color: 3814837.

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

Color convert

RGB 181 53 58 -
CMYK 0 0.71 0.68 0.29
HSL 357.66º 0.55% 0.46% -
HSV(B) 357.66º 0.71% 0.71% -
XYZ 21.09 12.68 5.34 -
YUV 91.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 181 53 58 0 0.71 0.68 0.29 357.66 0.55 0.46
Hex B5 35 3A 0 47 44 1D 166 37 2E
Octal 265 65 72 0 107 104 35 546 67 56
Binary 10110101 110101 111010 0 1000111 1000100 11101 101100110 110111 101110

Color Harmonies of #B5353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5353A

Black with #B5353A

Text Example


Text Example

White with #B5353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5353A; }

 p { color: rgb(181,53,58); }

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

background-color css

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

 a { background-color: rgb(181,53,58); }

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

border-color css

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

 span { border-color: rgb(181,53,58); }

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