Html Css Color HEX #BF2B2D Mahogany

📋 copy color: '#BF2B2D'

red 191 ◦ green 43 ◦ blue 45

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

Shades of Mahogany #BF2B2D

Tints of Mahogany #BF2B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 68.46%
G = 15.41%
B = 16.13%

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

#BF2B2D (or 0xBF2B2D) is known color: Mahogany. HEX triplet: BF, 2B and 2D. RGB value is (191,43,45). Sum of RGB (Red+Green+Blue) = 191+43+45=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B2D is #40D4D2. Grayscale: #575757. Windows color (decimal): -4248787 or 2960319. OLE color: 2960319.

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

Color convert

RGB 191 43 45 -
CMYK 0 0.77 0.76 0.25
HSL 359.19º 0.63% 0.46% -
HSV(B) 359.19º 0.77% 0.75% -
XYZ 22.82 12.99 3.79 -
YUV 87.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 191 43 45 0 0.77 0.76 0.25 359.19 0.63 0.46
Hex BF 2B 2D 0 4D 4C 19 167 3F 2E
Octal 277 53 55 0 115 114 31 547 77 56
Binary 10111111 101011 101101 0 1001101 1001100 11001 101100111 111111 101110

Color Harmonies of #BF2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B2D

Black with #BF2B2D

Text Example


Text Example

White with #BF2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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