Html Css Color HEX #BF2D36 Mahogany

📋 copy color: '#BF2D36'

red 191 ◦ green 45 ◦ blue 54

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

Shades of Mahogany #BF2D36

Tints of Mahogany #BF2D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.52%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 65.86%
G = 15.52%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BF2D36 (or 0xBF2D36) is known color: Mahogany. HEX triplet: BF, 2D and 36. RGB value is (191,45,54). Sum of RGB (Red+Green+Blue) = 191+45+54=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D36 is #40D2C9. Grayscale: #595959. Windows color (decimal): -4248266 or 3550655. OLE color: 3550655.

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

Color convert

RGB 191 45 54 -
CMYK 0 0.76 0.72 0.25
HSL 356.3º 0.62% 0.46% -
HSV(B) 356.3º 0.76% 0.75% -
XYZ 23.09 13.22 4.82 -
YUV 89.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 191 45 54 0 0.76 0.72 0.25 356.3 0.62 0.46
Hex BF 2D 36 0 4C 48 19 164 3E 2E
Octal 277 55 66 0 114 110 31 544 76 56
Binary 10111111 101101 110110 0 1001100 1001000 11001 101100100 111110 101110

Color Harmonies of #BF2D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2D36

Black with #BF2D36

Text Example


Text Example

White with #BF2D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2D36; }

 p { color: rgb(191,45,54); }

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

background-color css

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

 a { background-color: rgb(191,45,54); }

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

border-color css

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

 span { border-color: rgb(191,45,54); }

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