Html Css Color HEX #B9282B Mahogany

📋 copy color: '#B9282B'

red 185 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #B9282B

Tints of Mahogany #B9282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 69.03%
G = 14.93%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9282B (or 0xB9282B) is known color: Mahogany. HEX triplet: B9, 28 and 2B. RGB value is (185,40,43). Sum of RGB (Red+Green+Blue) = 185+40+43=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9282B is #46D7D4. Grayscale: #535353. Windows color (decimal): -4642773 or 2828473. OLE color: 2828473.

HSL color Cylindrical-coordinate representation of color #B9282B: hue angle of 358.76º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9282B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 40 43 -
CMYK 0 0.78 0.77 0.27
HSL 358.76º 0.64% 0.44% -
HSV(B) 358.76º 0.78% 0.73% -
XYZ 21.2 12.01 3.49 -
YUV 83.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 185 40 43 0 0.78 0.77 0.27 358.76 0.64 0.44
Hex B9 28 2B 0 4E 4D 1B 167 40 2C
Octal 271 50 53 0 116 115 33 547 100 54
Binary 10111001 101000 101011 0 1001110 1001101 11011 101100111 1000000 101100

Color Harmonies of #B9282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9282B

Black with #B9282B

Text Example


Text Example

White with #B9282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9282B; }

 p { color: rgb(185,40,43); }

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

background-color css

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

 a { background-color: rgb(185,40,43); }

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

border-color css

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

 span { border-color: rgb(185,40,43); }

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