#BF2B40

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

Shades of Brick Red #BF2B40

Tints of Brick Red #BF2B40

Color information

#BF2B40 (or 0xBF2B40) is unknown color: approx Brick Red. HEX triplet: BF, 2B and 40. RGB value is (191,43,64). Sum of RGB (Red+Green+Blue) = 191+43+64=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B40 is #40D4BF. Grayscale: #595959. Windows color (decimal): -4248768 or 4205503. OLE color: 4205503.

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

Color convert

RGB1914364-
CMYK00.770.660.25
HSL351.49º63.25%45.88%-
HSV(B)351.49º77.49%74.9%-
XYZ23.2813.176.17-
YUV89.65113.53200.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.09%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=64.09%
G=14.43%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191436400.770.660.25351.4963.2545.88
HexBF2B4004D421915f3f2e
Octal277531000115102315377756
Binary10111111101011100000001001101100001011001101011111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2B40; }

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

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

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

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

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

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

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

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