Html Css Color HEX #BB2C2D Mahogany

📋 copy color: '#BB2C2D'

red 187 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #BB2C2D

Tints of Mahogany #BB2C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 67.75%
G = 15.94%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB2C2D (or 0xBB2C2D) is known color: Mahogany. HEX triplet: BB, 2C and 2D. RGB value is (187,44,45). Sum of RGB (Red+Green+Blue) = 187+44+45=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C2D is #44D3D2. Grayscale: #575757. Windows color (decimal): -4510675 or 2960571. OLE color: 2960571.

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

Color convert

RGB 187 44 45 -
CMYK 0 0.76 0.76 0.27
HSL 359.58º 0.62% 0.45% -
HSV(B) 359.58º 0.76% 0.73% -
XYZ 21.87 12.56 3.75 -
YUV 86.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 187 44 45 0 0.76 0.76 0.27 359.58 0.62 0.45
Hex BB 2C 2D 0 4C 4C 1B 168 3E 2D
Octal 273 54 55 0 114 114 33 550 76 55
Binary 10111011 101100 101101 0 1001100 1001100 11011 101101000 111110 101101

Color Harmonies of #BB2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C2D

Black with #BB2C2D

Text Example


Text Example

White with #BB2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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