Html Css Color HEX #BB282C Mahogany

📋 copy color: '#BB282C'

red 187 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #BB282C

Tints of Mahogany #BB282C

RGB

 RED value IS 187 (73.44% from 255) = 69%

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

 BLUE value IS 44 (17.58% from 255) = 16.24%

R = 69%
G = 14.76%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB282C (or 0xBB282C) is known color: Mahogany. HEX triplet: BB, 28 and 2C. RGB value is (187,40,44). Sum of RGB (Red+Green+Blue) = 187+40+44=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB282C is #44D7D3. Grayscale: #545454. Windows color (decimal): -4511700 or 2894011. OLE color: 2894011.

HSL color Cylindrical-coordinate representation of color #BB282C: hue angle of 358.37º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB282C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 40 44 -
CMYK 0 0.79 0.76 0.27
HSL 358.37º 0.65% 0.45% -
HSV(B) 358.37º 0.79% 0.73% -
XYZ 21.71 12.26 3.61 -
YUV 84.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 187 40 44 0 0.79 0.76 0.27 358.37 0.65 0.45
Hex BB 28 2C 0 4F 4C 1B 166 41 2D
Octal 273 50 54 0 117 114 33 546 101 55
Binary 10111011 101000 101100 0 1001111 1001100 11011 101100110 1000001 101101

Color Harmonies of #BB282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB282C

Black with #BB282C

Text Example


Text Example

White with #BB282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB282C; }

 p { color: rgb(187,40,44); }

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

background-color css

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

 a { background-color: rgb(187,40,44); }

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

border-color css

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

 span { border-color: rgb(187,40,44); }

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