Html Css Color HEX #BF2A2E Mahogany

📋 copy color: '#BF2A2E'

red 191 ◦ green 42 ◦ blue 46

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

Shades of Mahogany #BF2A2E

Tints of Mahogany #BF2A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 68.46%
G = 15.05%
B = 16.49%

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

#BF2A2E (or 0xBF2A2E) is known color: Mahogany. HEX triplet: BF, 2A and 2E. RGB value is (191,42,46). Sum of RGB (Red+Green+Blue) = 191+42+46=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A2E is #40D5D1. Grayscale: #575757. Windows color (decimal): -4249042 or 3025599. OLE color: 3025599.

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

Color convert

RGB 191 42 46 -
CMYK 0 0.78 0.76 0.25
HSL 358.39º 0.64% 0.46% -
HSV(B) 358.39º 0.78% 0.75% -
XYZ 22.81 12.93 3.88 -
YUV 87.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 191 42 46 0 0.78 0.76 0.25 358.39 0.64 0.46
Hex BF 2A 2E 0 4E 4C 19 166 40 2E
Octal 277 52 56 0 116 114 31 546 100 56
Binary 10111111 101010 101110 0 1001110 1001100 11001 101100110 1000000 101110

Color Harmonies of #BF2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A2E

Black with #BF2A2E

Text Example


Text Example

White with #BF2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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