Html Css Color HEX #BB2E30 Mahogany

📋 copy color: '#BB2E30'

red 187 ◦ green 46 ◦ blue 48

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

Shades of Mahogany #BB2E30

Tints of Mahogany #BB2E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.37%

 BLUE value IS 48 (19.14% from 255) = 17.08%

R = 66.55%
G = 16.37%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB2E30 (or 0xBB2E30) is known color: Mahogany. HEX triplet: BB, 2E and 30. RGB value is (187,46,48). Sum of RGB (Red+Green+Blue) = 187+46+48=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E30 is #44D1CF. Grayscale: #585858. Windows color (decimal): -4510160 or 3157691. OLE color: 3157691.

HSL color Cylindrical-coordinate representation of color #BB2E30: hue angle of 359.15º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2E30 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 46 48 -
CMYK 0 0.75 0.74 0.27
HSL 359.15º 0.61% 0.46% -
HSV(B) 359.15º 0.75% 0.73% -
XYZ 22 12.73 4.09 -
YUV 88.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 187 46 48 0 0.75 0.74 0.27 359.15 0.61 0.46
Hex BB 2E 30 0 4B 4A 1B 167 3D 2E
Octal 273 56 60 0 113 112 33 547 75 56
Binary 10111011 101110 110000 0 1001011 1001010 11011 101100111 111101 101110

Color Harmonies of #BB2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E30

Black with #BB2E30

Text Example


Text Example

White with #BB2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2E30; }

 p { color: rgb(187,46,48); }

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

background-color css

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

 a { background-color: rgb(187,46,48); }

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

border-color css

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

 span { border-color: rgb(187,46,48); }

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