Html Css Color HEX #BF2A33 Mahogany

📋 copy color: '#BF2A33'

red 191 ◦ green 42 ◦ blue 51

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

Shades of Mahogany #BF2A33

Tints of Mahogany #BF2A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.96%

R = 67.25%
G = 14.79%
B = 17.96%

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

#BF2A33 (or 0xBF2A33) is known color: Mahogany. HEX triplet: BF, 2A and 33. RGB value is (191,42,51). Sum of RGB (Red+Green+Blue) = 191+42+51=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A33 is #40D5CC. Grayscale: #575757. Windows color (decimal): -4249037 or 3353279. OLE color: 3353279.

HSL color Cylindrical-coordinate representation of color #BF2A33: hue angle of 356.38º 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 #BF2A33 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 42 51 -
CMYK 0 0.78 0.73 0.25
HSL 356.38º 0.64% 0.46% -
HSV(B) 356.38º 0.78% 0.75% -
XYZ 22.91 12.97 4.43 -
YUV 87.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 191 42 51 0 0.78 0.73 0.25 356.38 0.64 0.46
Hex BF 2A 33 0 4E 49 19 164 40 2E
Octal 277 52 63 0 116 111 31 544 100 56
Binary 10111111 101010 110011 0 1001110 1001001 11001 101100100 1000000 101110

Color Harmonies of #BF2A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A33

Black with #BF2A33

Text Example


Text Example

White with #BF2A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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