#BF2B2D

Color #BF2B2D Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #BF2B2D

Tints of Mahogany #BF2B2D

Color information

#BF2B2D (or 0xBF2B2D) is unknown color: approx Mahogany. HEX triplet: BF, 2B and 2D. RGB value is (191,43,45). Sum of RGB (Red+Green+Blue) = 191+43+45=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B2D is #40D4D2. Grayscale: #575757. Windows color (decimal): -4248787 or 2960319. OLE color: 2960319.

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

Color convert

RGB1914345-
CMYK00.770.760.25
HSL359.19º63.25%45.88%-
HSV(B)359.19º77.49%74.9%-
XYZ22.8212.993.79-
YUV87.48104.03201.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.46%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 45 (17.97% from 255) = 16.13%
R=68.46%
G=15.41%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191434500.770.760.25359.1963.2545.88
HexBF2B2D04D4C191673f2e
Octal27753550115114315477756
Binary1011111110101110110101001101100110011001101100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2B2D; }

 p { color: rgb(191,43,45); }

 H1.HeaderClassName
 {
   color: #BF2B2D;
 }
 .AnyTagClassName
 {
   color: #BF2B2D;
 }
</style>
background-color css

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

 a { background-color: rgb(191,43,45); }

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

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

 span { border-color: rgb(191,43,45); }

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