Html Css Color HEX #B9393A Mahogany

📋 copy color: '#B9393A'

red 185 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #B9393A

Tints of Mahogany #B9393A

RGB

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

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

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

R = 61.67%
G = 19%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9393A (or 0xB9393A) is known color: Mahogany. HEX triplet: B9, 39 and 3A. RGB value is (185,57,58). Sum of RGB (Red+Green+Blue) = 185+57+58=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9393A is #46C6C5. Grayscale: #5F5F5F. Windows color (decimal): -4638406 or 3815865. OLE color: 3815865.

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

Color convert

RGB 185 57 58 -
CMYK 0 0.69 0.69 0.27
HSL 359.53º 0.53% 0.47% -
HSV(B) 359.53º 0.69% 0.73% -
XYZ 22.23 13.55 5.45 -
YUV 95.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 185 57 58 0 0.69 0.69 0.27 359.53 0.53 0.47
Hex B9 39 3A 0 45 45 1B 168 35 2F
Octal 271 71 72 0 105 105 33 550 65 57
Binary 10111001 111001 111010 0 1000101 1000101 11011 101101000 110101 101111

Color Harmonies of #B9393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9393A

Black with #B9393A

Text Example


Text Example

White with #B9393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9393A; }

 p { color: rgb(185,57,58); }

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

background-color css

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

 a { background-color: rgb(185,57,58); }

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

border-color css

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

 span { border-color: rgb(185,57,58); }

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