Html Css Color HEX #BF3A3B Mahogany

📋 copy color: '#BF3A3B'

red 191 ◦ green 58 ◦ blue 59

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

Shades of Mahogany #BF3A3B

Tints of Mahogany #BF3A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 62.01%
G = 18.83%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF3A3B (or 0xBF3A3B) is known color: Mahogany. HEX triplet: BF, 3A and 3B. RGB value is (191,58,59). Sum of RGB (Red+Green+Blue) = 191+58+59=308 (40% of max value = 765). Red value is 191 (75% from 255 or 62.01% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A3B is #40C5C4. Grayscale: #626262. Windows color (decimal): -4244933 or 3881663. OLE color: 3881663.

HSL color Cylindrical-coordinate representation of color #BF3A3B: hue angle of 359.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A3B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 58 59 -
CMYK 0 0.70 0.69 0.25
HSL 359.55º 0.53% 0.49% -
HSV(B) 359.55º 0.7% 0.75% -
XYZ 23.79 14.42 5.67 -
YUV 97.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 191 58 59 0 0.70 0.69 0.25 359.55 0.53 0.49
Hex BF 3A 3B 0 46 45 19 168 35 31
Octal 277 72 73 0 106 105 31 550 65 61
Binary 10111111 111010 111011 0 1000110 1000101 11001 101101000 110101 110001

Color Harmonies of #BF3A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3A3B

Black with #BF3A3B

Text Example


Text Example

White with #BF3A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3A3B; }

 p { color: rgb(191,58,59); }

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

background-color css

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

 a { background-color: rgb(191,58,59); }

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

border-color css

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

 span { border-color: rgb(191,58,59); }

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