Html Css Color HEX #BF2841 Brick Red

📋 copy color: '#BF2841'

red 191 ◦ green 40 ◦ blue 65

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

Shades of Brick Red #BF2841

Tints of Brick Red #BF2841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 64.53%
G = 13.51%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF2841 (or 0xBF2841) is known color: Brick Red. HEX triplet: BF, 28 and 41. RGB value is (191,40,65). Sum of RGB (Red+Green+Blue) = 191+40+65=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2841 is #40D7BE. Grayscale: #585858. Windows color (decimal): -4249535 or 4270271. OLE color: 4270271.

HSL color Cylindrical-coordinate representation of color #BF2841: hue angle of 350.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2841 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 40 65 -
CMYK 0 0.79 0.66 0.25
HSL 350.07º 0.65% 0.45% -
HSV(B) 350.07º 0.79% 0.75% -
XYZ 23.2 12.98 6.28 -
YUV 88 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 191 40 65 0 0.79 0.66 0.25 350.07 0.65 0.45
Hex BF 28 41 0 4F 42 19 15E 41 2D
Octal 277 50 101 0 117 102 31 536 101 55
Binary 10111111 101000 1000001 0 1001111 1000010 11001 101011110 1000001 101101

Color Harmonies of #BF2841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2841

Black with #BF2841

Text Example


Text Example

White with #BF2841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2841; }

 p { color: rgb(191,40,65); }

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

background-color css

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

 a { background-color: rgb(191,40,65); }

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

border-color css

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

 span { border-color: rgb(191,40,65); }

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