#BF2642

Color #BF2642 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BF2642

Tints of Brick Red #BF2642

Color information

#BF2642 (or 0xBF2642) is unknown color: approx Brick Red. HEX triplet: BF, 26 and 42. RGB value is (191,38,66). Sum of RGB (Red+Green+Blue) = 191+38+66=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2642 is #40D9BD. Grayscale: #565656. Windows color (decimal): -4250046 or 4335295. OLE color: 4335295.

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

Color convert

RGB1913866-
CMYK00.800.650.25
HSL349.02º66.81%44.9%-
HSV(B)349.02º80.1%74.9%-
XYZ23.1612.866.41-
YUV86.94116.19202.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.75%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=64.75%
G=12.88%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191386600.800.650.25349.0266.8144.9
HexBF2642050411915d432d
Octal2774610201201013153510355
Binary101111111001101000010010100001000001110011010111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2642; }

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

 H1.HeaderClassName
 {
   color: #BF2642;
 }
 .AnyTagClassName
 {
   color: #BF2642;
 }
</style>
background-color css

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

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

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

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

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

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