Html Css Color HEX #BF292C Mahogany

📋 copy color: '#BF292C'

red 191 ◦ green 41 ◦ blue 44

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

Shades of Mahogany #BF292C

Tints of Mahogany #BF292C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 69.2%
G = 14.86%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF292C (or 0xBF292C) is known color: Mahogany. HEX triplet: BF, 29 and 2C. RGB value is (191,41,44). Sum of RGB (Red+Green+Blue) = 191+41+44=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF292C is #40D6D3. Grayscale: #565656. Windows color (decimal): -4249300 or 2894271. OLE color: 2894271.

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

Color convert

RGB 191 41 44 -
CMYK 0 0.79 0.77 0.25
HSL 358.8º 0.65% 0.45% -
HSV(B) 358.8º 0.79% 0.75% -
XYZ 22.73 12.84 3.66 -
YUV 86.19 104.2 202.76 -
System Red Green Blue C M Y K H S L
Decimal 191 41 44 0 0.79 0.77 0.25 358.8 0.65 0.45
Hex BF 29 2C 0 4F 4D 19 167 41 2D
Octal 277 51 54 0 117 115 31 547 101 55
Binary 10111111 101001 101100 0 1001111 1001101 11001 101100111 1000001 101101

Color Harmonies of #BF292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF292C

Black with #BF292C

Text Example


Text Example

White with #BF292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF292C; }

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

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

background-color css

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

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

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

border-color css

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

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

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