#BF262C

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

Shades of Mahogany #BF262C

Tints of Mahogany #BF262C

Color information

#BF262C (or 0xBF262C) is unknown color: approx Mahogany. HEX triplet: BF, 26 and 2C. RGB value is (191,38,44). Sum of RGB (Red+Green+Blue) = 191+38+44=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF262C is #40D9D3. Grayscale: #545454. Windows color (decimal): -4250068 or 2893503. OLE color: 2893503.

HSL color Cylindrical-coordinate representation of color #BF262C: hue angle of 357.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF262C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB1913844-
CMYK00.800.770.25
HSL357.65º66.81%44.9%-
HSV(B)357.65º80.1%74.9%-
XYZ22.6312.643.63-
YUV84.43105.19204.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 69.96%
GREEN value IS 38 (15.23% from 255) = 13.92%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=69.96%
G=13.92%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191384400.800.770.25357.6566.8144.9
HexBF262C0504D19166432d
Octal277465401201153154610355
Binary10111111100110101100010100001001101110011011001101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF262C; }

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

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

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

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

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

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

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

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