Html Css Color HEX #BF2529 Mahogany

📋 copy color: '#BF2529'

red 191 ◦ green 37 ◦ blue 41

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

Shades of Mahogany #BF2529

Tints of Mahogany #BF2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 71%
G = 13.75%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF2529 (or 0xBF2529) is known color: Mahogany. HEX triplet: BF, 25 and 29. RGB value is (191,37,41). Sum of RGB (Red+Green+Blue) = 191+37+41=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2529 is #40DAD6. Grayscale: #535353. Windows color (decimal): -4250327 or 2696639. OLE color: 2696639.

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

Color convert

RGB 191 37 41 -
CMYK 0 0.81 0.79 0.25
HSL 358.44º 0.68% 0.45% -
HSV(B) 358.44º 0.81% 0.75% -
XYZ 22.55 12.56 3.33 -
YUV 83.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 191 37 41 0 0.81 0.79 0.25 358.44 0.68 0.45
Hex BF 25 29 0 51 4F 19 166 44 2D
Octal 277 45 51 0 121 117 31 546 104 55
Binary 10111111 100101 101001 0 1010001 1001111 11001 101100110 1000100 101101

Color Harmonies of #BF2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2529

Black with #BF2529

Text Example


Text Example

White with #BF2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2529; }

 p { color: rgb(191,37,41); }

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

background-color css

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

 a { background-color: rgb(191,37,41); }

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

border-color css

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

 span { border-color: rgb(191,37,41); }

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