Html Css Color HEX #BF2A34 Mahogany

📋 copy color: '#BF2A34'

red 191 ◦ green 42 ◦ blue 52

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

Shades of Mahogany #BF2A34

Tints of Mahogany #BF2A34

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

 BLUE value IS 52 (20.7% from 255) = 18.25%

R = 67.02%
G = 14.74%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF2A34 (or 0xBF2A34) is known color: Mahogany. HEX triplet: BF, 2A and 34. RGB value is (191,42,52). Sum of RGB (Red+Green+Blue) = 191+42+52=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A34 is #40D5CB. Grayscale: #575757. Windows color (decimal): -4249036 or 3418815. OLE color: 3418815.

HSL color Cylindrical-coordinate representation of color #BF2A34: hue angle of 355.97º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A34 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 42 52 -
CMYK 0 0.78 0.73 0.25
HSL 355.97º 0.64% 0.46% -
HSV(B) 355.97º 0.78% 0.75% -
XYZ 22.93 12.98 4.55 -
YUV 87.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 191 42 52 0 0.78 0.73 0.25 355.97 0.64 0.46
Hex BF 2A 34 0 4E 49 19 164 40 2E
Octal 277 52 64 0 116 111 31 544 100 56
Binary 10111111 101010 110100 0 1001110 1001001 11001 101100100 1000000 101110

Color Harmonies of #BF2A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A34

Black with #BF2A34

Text Example


Text Example

White with #BF2A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A34; }

 p { color: rgb(191,42,52); }

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

background-color css

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

 a { background-color: rgb(191,42,52); }

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

border-color css

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

 span { border-color: rgb(191,42,52); }

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