Html Css Color HEX #BF272C Mahogany

📋 copy color: '#BF272C'

red 191 ◦ green 39 ◦ blue 44

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

Shades of Mahogany #BF272C

Tints of Mahogany #BF272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 69.71%
G = 14.23%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF272C (or 0xBF272C) is known color: Mahogany. HEX triplet: BF, 27 and 2C. RGB value is (191,39,44). Sum of RGB (Red+Green+Blue) = 191+39+44=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF272C is #40D8D3. Grayscale: #555555. Windows color (decimal): -4249812 or 2893759. OLE color: 2893759.

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

Color convert

RGB 191 39 44 -
CMYK 0 0.80 0.77 0.25
HSL 358.03º 0.66% 0.45% -
HSV(B) 358.03º 0.8% 0.75% -
XYZ 22.67 12.71 3.64 -
YUV 85.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 191 39 44 0 0.80 0.77 0.25 358.03 0.66 0.45
Hex BF 27 2C 0 50 4D 19 166 42 2D
Octal 277 47 54 0 120 115 31 546 102 55
Binary 10111111 100111 101100 0 1010000 1001101 11001 101100110 1000010 101101

Color Harmonies of #BF272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF272C

Black with #BF272C

Text Example


Text Example

White with #BF272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF272C; }

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

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

background-color css

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

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

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

border-color css

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

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

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