Html Css Color HEX #BF2830 Mahogany

📋 copy color: '#BF2830'

red 191 ◦ green 40 ◦ blue 48

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

Shades of Mahogany #BF2830

Tints of Mahogany #BF2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 68.46%
G = 14.34%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF2830 (or 0xBF2830) is known color: Mahogany. HEX triplet: BF, 28 and 30. RGB value is (191,40,48). Sum of RGB (Red+Green+Blue) = 191+40+48=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2830 is #40D7CF. Grayscale: #565656. Windows color (decimal): -4249552 or 3156159. OLE color: 3156159.

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

Color convert

RGB 191 40 48 -
CMYK 0 0.79 0.75 0.25
HSL 356.82º 0.65% 0.45% -
HSV(B) 356.82º 0.79% 0.75% -
XYZ 22.78 12.81 4.07 -
YUV 86.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 191 40 48 0 0.79 0.75 0.25 356.82 0.65 0.45
Hex BF 28 30 0 4F 4B 19 165 41 2D
Octal 277 50 60 0 117 113 31 545 101 55
Binary 10111111 101000 110000 0 1001111 1001011 11001 101100101 1000001 101101

Color Harmonies of #BF2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2830

Black with #BF2830

Text Example


Text Example

White with #BF2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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