Html Css Color HEX #BF2C2E Mahogany

📋 copy color: '#BF2C2E'

red 191 ◦ green 44 ◦ blue 46

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

Shades of Mahogany #BF2C2E

Tints of Mahogany #BF2C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.66%

 BLUE value IS 46 (18.36% from 255) = 16.37%

R = 67.97%
G = 15.66%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF2C2E (or 0xBF2C2E) is known color: Mahogany. HEX triplet: BF, 2C and 2E. RGB value is (191,44,46). Sum of RGB (Red+Green+Blue) = 191+44+46=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C2E is #40D3D1. Grayscale: #585858. Windows color (decimal): -4248530 or 3026111. OLE color: 3026111.

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

Color convert

RGB 191 44 46 -
CMYK 0 0.77 0.76 0.25
HSL 359.18º 0.63% 0.46% -
HSV(B) 359.18º 0.77% 0.75% -
XYZ 22.88 13.07 3.9 -
YUV 88.18 104.2 201.34 -
System Red Green Blue C M Y K H S L
Decimal 191 44 46 0 0.77 0.76 0.25 359.18 0.63 0.46
Hex BF 2C 2E 0 4D 4C 19 167 3F 2E
Octal 277 54 56 0 115 114 31 547 77 56
Binary 10111111 101100 101110 0 1001101 1001100 11001 101100111 111111 101110

Color Harmonies of #BF2C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C2E

Black with #BF2C2E

Text Example


Text Example

White with #BF2C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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