Html Css Color HEX #BF282D Mahogany

📋 copy color: '#BF282D'

red 191 ◦ green 40 ◦ blue 45

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

Shades of Mahogany #BF282D

Tints of Mahogany #BF282D

RGB

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

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

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

R = 69.2%
G = 14.49%
B = 16.3%

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

#BF282D (or 0xBF282D) is known color: Mahogany. HEX triplet: BF, 28 and 2D. RGB value is (191,40,45). Sum of RGB (Red+Green+Blue) = 191+40+45=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF282D is #40D7D2. Grayscale: #555555. Windows color (decimal): -4249555 or 2959551. OLE color: 2959551.

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

Color convert

RGB 191 40 45 -
CMYK 0 0.79 0.76 0.25
HSL 358.01º 0.65% 0.45% -
HSV(B) 358.01º 0.79% 0.75% -
XYZ 22.72 12.78 3.75 -
YUV 85.72 105.03 203.09 -
System Red Green Blue C M Y K H S L
Decimal 191 40 45 0 0.79 0.76 0.25 358.01 0.65 0.45
Hex BF 28 2D 0 4F 4C 19 166 41 2D
Octal 277 50 55 0 117 114 31 546 101 55
Binary 10111111 101000 101101 0 1001111 1001100 11001 101100110 1000001 101101

Color Harmonies of #BF282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF282D

Black with #BF282D

Text Example


Text Example

White with #BF282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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