Html Css Color HEX #BF2B41 Brick Red

📋 copy color: '#BF2B41'

red 191 ◦ green 43 ◦ blue 65

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

Shades of Brick Red #BF2B41

Tints of Brick Red #BF2B41

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

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

R = 63.88%
G = 14.38%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF2B41 (or 0xBF2B41) is known color: Brick Red. HEX triplet: BF, 2B and 41. RGB value is (191,43,65). Sum of RGB (Red+Green+Blue) = 191+43+65=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B41 is #40D4BE. Grayscale: #595959. Windows color (decimal): -4248767 or 4271039. OLE color: 4271039.

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

Color convert

RGB 191 43 65 -
CMYK 0 0.77 0.66 0.25
HSL 351.08º 0.63% 0.46% -
HSV(B) 351.08º 0.77% 0.75% -
XYZ 23.3 13.19 6.32 -
YUV 89.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 191 43 65 0 0.77 0.66 0.25 351.08 0.63 0.46
Hex BF 2B 41 0 4D 42 19 15F 3F 2E
Octal 277 53 101 0 115 102 31 537 77 56
Binary 10111111 101011 1000001 0 1001101 1000010 11001 101011111 111111 101110

Color Harmonies of #BF2B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2B41

Black with #BF2B41

Text Example


Text Example

White with #BF2B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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