#BF2C33

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

Shades of Mahogany #BF2C33

Tints of Mahogany #BF2C33

Color information

#BF2C33 (or 0xBF2C33) is unknown color: approx Mahogany. HEX triplet: BF, 2C and 33. RGB value is (191,44,51). Sum of RGB (Red+Green+Blue) = 191+44+51=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C33 is #40D3CC. Grayscale: #585858. Windows color (decimal): -4248525 or 3353791. OLE color: 3353791.

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

Color convert

RGB1914451-
CMYK00.770.730.25
HSL357.14º62.55%46.08%-
HSV(B)357.14º76.96%74.9%-
XYZ22.9813.124.45-
YUV88.75106.7200.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.78%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=66.78%
G=15.38%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191445100.770.730.25357.1462.5546.08
HexBF2C3304D49191653f2e
Octal27754630115111315457756
Binary1011111110110011001101001101100100111001101100101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2C33; }

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

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

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

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

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

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

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

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