Html Css Color HEX #BF2E30 Mahogany

📋 copy color: '#BF2E30'

red 191 ◦ green 46 ◦ blue 48

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

Shades of Mahogany #BF2E30

Tints of Mahogany #BF2E30

RGB

 RED value IS 191 (75% from 255) = 67.02%

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

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

R = 67.02%
G = 16.14%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF2E30 (or 0xBF2E30) is known color: Mahogany. HEX triplet: BF, 2E and 30. RGB value is (191,46,48). Sum of RGB (Red+Green+Blue) = 191+46+48=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E30 is #40D1CF. Grayscale: #595959. Windows color (decimal): -4248016 or 3157695. OLE color: 3157695.

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

Color convert

RGB 191 46 48 -
CMYK 0 0.76 0.75 0.25
HSL 359.17º 0.61% 0.46% -
HSV(B) 359.17º 0.76% 0.75% -
XYZ 23 13.24 4.14 -
YUV 89.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 191 46 48 0 0.76 0.75 0.25 359.17 0.61 0.46
Hex BF 2E 30 0 4C 4B 19 167 3D 2E
Octal 277 56 60 0 114 113 31 547 75 56
Binary 10111111 101110 110000 0 1001100 1001011 11001 101100111 111101 101110

Color Harmonies of #BF2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E30

Black with #BF2E30

Text Example


Text Example

White with #BF2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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