Html Css Color HEX #BF2640 Brick Red

📋 copy color: '#BF2640'

red 191 ◦ green 38 ◦ blue 64

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

Shades of Brick Red #BF2640

Tints of Brick Red #BF2640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.97%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 65.19%
G = 12.97%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF2640 (or 0xBF2640) is known color: Brick Red. HEX triplet: BF, 26 and 40. RGB value is (191,38,64). Sum of RGB (Red+Green+Blue) = 191+38+64=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2640 is #40D9BF. Grayscale: #565656. Windows color (decimal): -4250048 or 4204223. OLE color: 4204223.

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

Color convert

RGB 191 38 64 -
CMYK 0 0.80 0.66 0.25
HSL 349.8º 0.67% 0.45% -
HSV(B) 349.8º 0.8% 0.75% -
XYZ 23.1 12.83 6.11 -
YUV 86.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 191 38 64 0 0.80 0.66 0.25 349.8 0.67 0.45
Hex BF 26 40 0 50 42 19 15E 43 2D
Octal 277 46 100 0 120 102 31 536 103 55
Binary 10111111 100110 1000000 0 1010000 1000010 11001 101011110 1000011 101101

Color Harmonies of #BF2640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2640

Black with #BF2640

Text Example


Text Example

White with #BF2640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2640; }

 p { color: rgb(191,38,64); }

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

background-color css

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

 a { background-color: rgb(191,38,64); }

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

border-color css

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

 span { border-color: rgb(191,38,64); }

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