Html Css Color HEX #BF292B Mahogany

📋 copy color: '#BF292B'

red 191 ◦ green 41 ◦ blue 43

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

Shades of Mahogany #BF292B

Tints of Mahogany #BF292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 69.45%
G = 14.91%
B = 15.64%

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

#BF292B (or 0xBF292B) is known color: Mahogany. HEX triplet: BF, 29 and 2B. RGB value is (191,41,43). Sum of RGB (Red+Green+Blue) = 191+41+43=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF292B is #40D6D4. Grayscale: #565656. Windows color (decimal): -4249301 or 2828735. OLE color: 2828735.

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

Color convert

RGB 191 41 43 -
CMYK 0 0.79 0.77 0.25
HSL 359.2º 0.65% 0.45% -
HSV(B) 359.2º 0.79% 0.75% -
XYZ 22.71 12.84 3.57 -
YUV 86.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 191 41 43 0 0.79 0.77 0.25 359.2 0.65 0.45
Hex BF 29 2B 0 4F 4D 19 167 41 2D
Octal 277 51 53 0 117 115 31 547 101 55
Binary 10111111 101001 101011 0 1001111 1001101 11001 101100111 1000001 101101

Color Harmonies of #BF292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF292B

Black with #BF292B

Text Example


Text Example

White with #BF292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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