Html Css Color HEX #BF3032 Mahogany

📋 copy color: '#BF3032'

red 191 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #BF3032

Tints of Mahogany #BF3032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.61%

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 66.09%
G = 16.61%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF3032 (or 0xBF3032) is known color: Mahogany. HEX triplet: BF, 30 and 32. RGB value is (191,48,50). Sum of RGB (Red+Green+Blue) = 191+48+50=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3032 is #40CFCD. Grayscale: #5B5B5B. Windows color (decimal): -4247502 or 3289279. OLE color: 3289279.

HSL color Cylindrical-coordinate representation of color #BF3032: hue angle of 359.16º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3032 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 48 50 -
CMYK 0 0.75 0.74 0.25
HSL 359.16º 0.6% 0.47% -
HSV(B) 359.16º 0.75% 0.75% -
XYZ 23.12 13.42 4.39 -
YUV 90.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 191 48 50 0 0.75 0.74 0.25 359.16 0.6 0.47
Hex BF 30 32 0 4B 4A 19 167 3C 2F
Octal 277 60 62 0 113 112 31 547 74 57
Binary 10111111 110000 110010 0 1001011 1001010 11001 101100111 111100 101111

Color Harmonies of #BF3032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3032

Black with #BF3032

Text Example


Text Example

White with #BF3032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3032; }

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

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

background-color css

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

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

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

border-color css

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

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

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