Html Css Color HEX #BF2A2D Mahogany

📋 copy color: '#BF2A2D'

red 191 ◦ green 42 ◦ blue 45

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

Shades of Mahogany #BF2A2D

Tints of Mahogany #BF2A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.11%

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

R = 68.71%
G = 15.11%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF2A2D (or 0xBF2A2D) is known color: Mahogany. HEX triplet: BF, 2A and 2D. RGB value is (191,42,45). Sum of RGB (Red+Green+Blue) = 191+42+45=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A2D is #40D5D2. Grayscale: #575757. Windows color (decimal): -4249043 or 2960063. OLE color: 2960063.

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

Color convert

RGB 191 42 45 -
CMYK 0 0.78 0.76 0.25
HSL 358.79º 0.64% 0.46% -
HSV(B) 358.79º 0.78% 0.75% -
XYZ 22.79 12.92 3.78 -
YUV 86.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 191 42 45 0 0.78 0.76 0.25 358.79 0.64 0.46
Hex BF 2A 2D 0 4E 4C 19 167 40 2E
Octal 277 52 55 0 116 114 31 547 100 56
Binary 10111111 101010 101101 0 1001110 1001100 11001 101100111 1000000 101110

Color Harmonies of #BF2A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A2D

Black with #BF2A2D

Text Example


Text Example

White with #BF2A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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