#BF3038

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

Shades of Mahogany #BF3038

Tints of Mahogany #BF3038

Color information

#BF3038 (or 0xBF3038) is unknown color: approx Mahogany. HEX triplet: BF, 30 and 38. RGB value is (191,48,56). Sum of RGB (Red+Green+Blue) = 191+48+56=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3038 is #40CFC7. Grayscale: #5B5B5B. Windows color (decimal): -4247496 or 3682495. OLE color: 3682495.

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

Color convert

RGB1914856-
CMYK00.750.710.25
HSL356.64º59.83%46.86%-
HSV(B)356.64º74.87%74.9%-
XYZ23.2613.485.12-
YUV91.67107.88198.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.75%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=64.75%
G=16.27%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191485600.750.710.25356.6459.8346.86
HexBF303804B47191653c2f
Octal27760700113107315457457
Binary1011111111000011100001001011100011111001101100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3038; }

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

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

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

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

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

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

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

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