Html Css Color HEX #BF2E42 Brick Red

📋 copy color: '#BF2E42'

red 191 ◦ green 46 ◦ blue 66

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

Shades of Brick Red #BF2E42

Tints of Brick Red #BF2E42

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 66 (26.17% from 255) = 21.78%

R = 63.04%
G = 15.18%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF2E42 (or 0xBF2E42) is known color: Brick Red. HEX triplet: BF, 2E and 42. RGB value is (191,46,66). Sum of RGB (Red+Green+Blue) = 191+46+66=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E42 is #40D1BD. Grayscale: #5B5B5B. Windows color (decimal): -4247998 or 4337343. OLE color: 4337343.

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

Color convert

RGB 191 46 66 -
CMYK 0 0.76 0.65 0.25
HSL 351.72º 0.61% 0.46% -
HSV(B) 351.72º 0.76% 0.75% -
XYZ 23.45 13.42 6.51 -
YUV 91.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 191 46 66 0 0.76 0.65 0.25 351.72 0.61 0.46
Hex BF 2E 42 0 4C 41 19 160 3D 2E
Octal 277 56 102 0 114 101 31 540 75 56
Binary 10111111 101110 1000010 0 1001100 1000001 11001 101100000 111101 101110

Color Harmonies of #BF2E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2E42

Black with #BF2E42

Text Example


Text Example

White with #BF2E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2E42; }

 p { color: rgb(191,46,66); }

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

background-color css

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

 a { background-color: rgb(191,46,66); }

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

border-color css

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

 span { border-color: rgb(191,46,66); }

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