Html Css Color HEX #BF2C31 Mahogany

📋 copy color: '#BF2C31'

red 191 ◦ green 44 ◦ blue 49

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

Shades of Mahogany #BF2C31

Tints of Mahogany #BF2C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 67.25%
G = 15.49%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2C31 (or 0xBF2C31) is known color: Mahogany. HEX triplet: BF, 2C and 31. RGB value is (191,44,49). Sum of RGB (Red+Green+Blue) = 191+44+49=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C31 is #40D3CE. Grayscale: #585858. Windows color (decimal): -4248527 or 3222719. OLE color: 3222719.

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

Color convert

RGB 191 44 49 -
CMYK 0 0.77 0.74 0.25
HSL 357.96º 0.63% 0.46% -
HSV(B) 357.96º 0.77% 0.75% -
XYZ 22.94 13.1 4.23 -
YUV 88.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 191 44 49 0 0.77 0.74 0.25 357.96 0.63 0.46
Hex BF 2C 31 0 4D 4A 19 166 3F 2E
Octal 277 54 61 0 115 112 31 546 77 56
Binary 10111111 101100 110001 0 1001101 1001010 11001 101100110 111111 101110

Color Harmonies of #BF2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C31

Black with #BF2C31

Text Example


Text Example

White with #BF2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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