Html Css Color HEX #BF363A Mahogany

📋 copy color: '#BF363A'

red 191 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #BF363A

Tints of Mahogany #BF363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 63.04%
G = 17.82%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF363A (or 0xBF363A) is known color: Mahogany. HEX triplet: BF, 36 and 3A. RGB value is (191,54,58). Sum of RGB (Red+Green+Blue) = 191+54+58=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF363A is #40C9C5. Grayscale: #5F5F5F. Windows color (decimal): -4245958 or 3815103. OLE color: 3815103.

HSL color Cylindrical-coordinate representation of color #BF363A: hue angle of 358.25º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF363A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 58 -
CMYK 0 0.72 0.70 0.25
HSL 358.25º 0.56% 0.48% -
HSV(B) 358.25º 0.72% 0.75% -
XYZ 23.57 14.02 5.47 -
YUV 95.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 191 54 58 0 0.72 0.70 0.25 358.25 0.56 0.48
Hex BF 36 3A 0 48 46 19 166 38 30
Octal 277 66 72 0 110 106 31 546 70 60
Binary 10111111 110110 111010 0 1001000 1000110 11001 101100110 111000 110000

Color Harmonies of #BF363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF363A

Black with #BF363A

Text Example


Text Example

White with #BF363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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