Html Css Color HEX #BF282E Mahogany

📋 copy color: '#BF282E'

red 191 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #BF282E

Tints of Mahogany #BF282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.44%

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

R = 68.95%
G = 14.44%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF282E (or 0xBF282E) is known color: Mahogany. HEX triplet: BF, 28 and 2E. RGB value is (191,40,46). Sum of RGB (Red+Green+Blue) = 191+40+46=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF282E is #40D7D1. Grayscale: #555555. Windows color (decimal): -4249554 or 3025087. OLE color: 3025087.

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

Color convert

RGB 191 40 46 -
CMYK 0 0.79 0.76 0.25
HSL 357.62º 0.65% 0.45% -
HSV(B) 357.62º 0.79% 0.75% -
XYZ 22.74 12.79 3.86 -
YUV 85.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 191 40 46 0 0.79 0.76 0.25 357.62 0.65 0.45
Hex BF 28 2E 0 4F 4C 19 166 41 2D
Octal 277 50 56 0 117 114 31 546 101 55
Binary 10111111 101000 101110 0 1001111 1001100 11001 101100110 1000001 101101

Color Harmonies of #BF282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF282E

Black with #BF282E

Text Example


Text Example

White with #BF282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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