Html Css Color HEX #BB2C34 Mahogany

📋 copy color: '#BB2C34'

red 187 ◦ green 44 ◦ blue 52

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

Shades of Mahogany #BB2C34

Tints of Mahogany #BB2C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 66.08%
G = 15.55%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2C34 (or 0xBB2C34) is known color: Mahogany. HEX triplet: BB, 2C and 34. RGB value is (187,44,52). Sum of RGB (Red+Green+Blue) = 187+44+52=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C34 is #44D3CB. Grayscale: #575757. Windows color (decimal): -4510668 or 3419323. OLE color: 3419323.

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

Color convert

RGB 187 44 52 -
CMYK 0 0.76 0.72 0.27
HSL 356.64º 0.62% 0.45% -
HSV(B) 356.64º 0.76% 0.73% -
XYZ 22.01 12.61 4.52 -
YUV 87.67 107.88 198.85 -
System Red Green Blue C M Y K H S L
Decimal 187 44 52 0 0.76 0.72 0.27 356.64 0.62 0.45
Hex BB 2C 34 0 4C 48 1B 165 3E 2D
Octal 273 54 64 0 114 110 33 545 76 55
Binary 10111011 101100 110100 0 1001100 1001000 11011 101100101 111110 101101

Color Harmonies of #BB2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C34

Black with #BB2C34

Text Example


Text Example

White with #BB2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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