Html Css Color HEX #B93537 Mahogany

📋 copy color: '#B93537'

red 185 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #B93537

Tints of Mahogany #B93537

RGB

 RED value IS 185 (72.66% from 255) = 63.14%

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

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 63.14%
G = 18.09%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B93537 (or 0xB93537) is known color: Mahogany. HEX triplet: B9, 35 and 37. RGB value is (185,53,55). Sum of RGB (Red+Green+Blue) = 185+53+55=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B93537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93537 is #46CAC8. Grayscale: #5C5C5C. Windows color (decimal): -4639433 or 3618233. OLE color: 3618233.

HSL color Cylindrical-coordinate representation of color #B93537: hue angle of 359.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93537 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 55 -
CMYK 0 0.71 0.70 0.27
HSL 359.09º 0.55% 0.47% -
HSV(B) 359.09º 0.71% 0.73% -
XYZ 21.97 13.14 4.99 -
YUV 92.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 185 53 55 0 0.71 0.70 0.27 359.09 0.55 0.47
Hex B9 35 37 0 47 46 1B 167 37 2F
Octal 271 65 67 0 107 106 33 547 67 57
Binary 10111001 110101 110111 0 1000111 1000110 11011 101100111 110111 101111

Color Harmonies of #B93537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93537

Black with #B93537

Text Example


Text Example

White with #B93537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93537; }

 p { color: rgb(185,53,55); }

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

background-color css

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

 a { background-color: rgb(185,53,55); }

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

border-color css

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

 span { border-color: rgb(185,53,55); }

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