Html Css Color HEX #BF262C Mahogany

📋 copy color: '#BF262C'

red 191 ◦ green 38 ◦ blue 44

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

Shades of Mahogany #BF262C

Tints of Mahogany #BF262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.92%

 BLUE value IS 44 (17.58% from 255) = 16.12%

R = 69.96%
G = 13.92%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF262C (or 0xBF262C) is known color: Mahogany. HEX triplet: BF, 26 and 2C. RGB value is (191,38,44). Sum of RGB (Red+Green+Blue) = 191+38+44=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF262C is #40D9D3. Grayscale: #545454. Windows color (decimal): -4250068 or 2893503. OLE color: 2893503.

HSL color Cylindrical-coordinate representation of color #BF262C: hue angle of 357.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF262C is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 44 -
CMYK 0 0.80 0.77 0.25
HSL 357.65º 0.67% 0.45% -
HSV(B) 357.65º 0.8% 0.75% -
XYZ 22.63 12.64 3.63 -
YUV 84.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 191 38 44 0 0.80 0.77 0.25 357.65 0.67 0.45
Hex BF 26 2C 0 50 4D 19 166 43 2D
Octal 277 46 54 0 120 115 31 546 103 55
Binary 10111111 100110 101100 0 1010000 1001101 11001 101100110 1000011 101101

Color Harmonies of #BF262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF262C

Black with #BF262C

Text Example


Text Example

White with #BF262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF262C; }

 p { color: rgb(191,38,44); }

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

background-color css

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

 a { background-color: rgb(191,38,44); }

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

border-color css

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

 span { border-color: rgb(191,38,44); }

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