Html Css Color HEX #B8282B Mahogany

📋 copy color: '#B8282B'

red 184 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #B8282B

Tints of Mahogany #B8282B

RGB

 RED value IS 184 (72.27% from 255) = 68.91%

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

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

R = 68.91%
G = 14.98%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8282B (or 0xB8282B) is known color: Mahogany. HEX triplet: B8, 28 and 2B. RGB value is (184,40,43). Sum of RGB (Red+Green+Blue) = 184+40+43=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8282B is #47D7D4. Grayscale: #535353. Windows color (decimal): -4708309 or 2828472. OLE color: 2828472.

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

Color convert

RGB 184 40 43 -
CMYK 0 0.78 0.77 0.28
HSL 358.75º 0.64% 0.44% -
HSV(B) 358.75º 0.78% 0.72% -
XYZ 20.96 11.88 3.47 -
YUV 83.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 184 40 43 0 0.78 0.77 0.28 358.75 0.64 0.44
Hex B8 28 2B 0 4E 4D 1C 167 40 2C
Octal 270 50 53 0 116 115 34 547 100 54
Binary 10111000 101000 101011 0 1001110 1001101 11100 101100111 1000000 101100

Color Harmonies of #B8282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8282B

Black with #B8282B

Text Example


Text Example

White with #B8282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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