Html Css Color HEX #BF292D Mahogany

📋 copy color: '#BF292D'

red 191 ◦ green 41 ◦ blue 45

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

Shades of Mahogany #BF292D

Tints of Mahogany #BF292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 68.95%
G = 14.8%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF292D (or 0xBF292D) is known color: Mahogany. HEX triplet: BF, 29 and 2D. RGB value is (191,41,45). Sum of RGB (Red+Green+Blue) = 191+41+45=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF292D is #40D6D2. Grayscale: #565656. Windows color (decimal): -4249299 or 2959807. OLE color: 2959807.

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

Color convert

RGB 191 41 45 -
CMYK 0 0.79 0.76 0.25
HSL 358.4º 0.65% 0.45% -
HSV(B) 358.4º 0.79% 0.75% -
XYZ 22.75 12.85 3.76 -
YUV 86.31 104.7 202.67 -
System Red Green Blue C M Y K H S L
Decimal 191 41 45 0 0.79 0.76 0.25 358.4 0.65 0.45
Hex BF 29 2D 0 4F 4C 19 166 41 2D
Octal 277 51 55 0 117 114 31 546 101 55
Binary 10111111 101001 101101 0 1001111 1001100 11001 101100110 1000001 101101

Color Harmonies of #BF292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF292D

Black with #BF292D

Text Example


Text Example

White with #BF292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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