Html Css Color HEX #BB2C33 Mahogany

📋 copy color: '#BB2C33'

red 187 ◦ green 44 ◦ blue 51

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

Shades of Mahogany #BB2C33

Tints of Mahogany #BB2C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 66.31%
G = 15.6%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB2C33 (or 0xBB2C33) is known color: Mahogany. HEX triplet: BB, 2C and 33. RGB value is (187,44,51). Sum of RGB (Red+Green+Blue) = 187+44+51=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C33 is #44D3CC. Grayscale: #575757. Windows color (decimal): -4510669 or 3353787. OLE color: 3353787.

HSL color Cylindrical-coordinate representation of color #BB2C33: hue angle of 357.06º 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 #BB2C33 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 44 51 -
CMYK 0 0.76 0.73 0.27
HSL 357.06º 0.62% 0.45% -
HSV(B) 357.06º 0.76% 0.73% -
XYZ 21.99 12.61 4.41 -
YUV 87.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 187 44 51 0 0.76 0.73 0.27 357.06 0.62 0.45
Hex BB 2C 33 0 4C 49 1B 165 3E 2D
Octal 273 54 63 0 114 111 33 545 76 55
Binary 10111011 101100 110011 0 1001100 1001001 11011 101100101 111110 101101

Color Harmonies of #BB2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C33

Black with #BB2C33

Text Example


Text Example

White with #BB2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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