Html Css Color HEX #B7282A Mahogany

📋 copy color: '#B7282A'

red 183 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #B7282A

Tints of Mahogany #B7282A

RGB

 RED value IS 183 (71.88% from 255) = 69.06%

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 69.06%
G = 15.09%
B = 15.85%

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

#B7282A (or 0xB7282A) is known color: Mahogany. HEX triplet: B7, 28 and 2A. RGB value is (183,40,42). Sum of RGB (Red+Green+Blue) = 183+40+42=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7282A is #48D7D5. Grayscale: #535353. Windows color (decimal): -4773846 or 2762935. OLE color: 2762935.

HSL color Cylindrical-coordinate representation of color #B7282A: hue angle of 359.16º 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 #B7282A is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 40 42 -
CMYK 0 0.78 0.77 0.28
HSL 359.16º 0.64% 0.44% -
HSV(B) 359.16º 0.78% 0.72% -
XYZ 20.71 11.75 3.37 -
YUV 82.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 183 40 42 0 0.78 0.77 0.28 359.16 0.64 0.44
Hex B7 28 2A 0 4E 4D 1C 167 40 2C
Octal 267 50 52 0 116 115 34 547 100 54
Binary 10110111 101000 101010 0 1001110 1001101 11100 101100111 1000000 101100

Color Harmonies of #B7282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7282A

Black with #B7282A

Text Example


Text Example

White with #B7282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7282A; }

 p { color: rgb(183,40,42); }

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

background-color css

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

 a { background-color: rgb(183,40,42); }

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

border-color css

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

 span { border-color: rgb(183,40,42); }

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