Html Css Color HEX #BF2C2F Mahogany

📋 copy color: '#BF2C2F'

red 191 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #BF2C2F

Tints of Mahogany #BF2C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 67.73%
G = 15.6%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF2C2F (or 0xBF2C2F) is known color: Mahogany. HEX triplet: BF, 2C and 2F. RGB value is (191,44,47). Sum of RGB (Red+Green+Blue) = 191+44+47=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C2F is #40D3D0. Grayscale: #585858. Windows color (decimal): -4248529 or 3091647. OLE color: 3091647.

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

Color convert

RGB 191 44 47 -
CMYK 0 0.77 0.75 0.25
HSL 358.78º 0.63% 0.46% -
HSV(B) 358.78º 0.77% 0.75% -
XYZ 22.9 13.08 4.01 -
YUV 88.3 104.7 201.26 -
System Red Green Blue C M Y K H S L
Decimal 191 44 47 0 0.77 0.75 0.25 358.78 0.63 0.46
Hex BF 2C 2F 0 4D 4B 19 167 3F 2E
Octal 277 54 57 0 115 113 31 547 77 56
Binary 10111111 101100 101111 0 1001101 1001011 11001 101100111 111111 101110

Color Harmonies of #BF2C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2C2F

Black with #BF2C2F

Text Example


Text Example

White with #BF2C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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