#BF3B46

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

Shades of Brick Red #BF3B46

Tints of Brick Red #BF3B46

Color information

#BF3B46 (or 0xBF3B46) is unknown color: approx Brick Red. HEX triplet: BF, 3B and 46. RGB value is (191,59,70). Sum of RGB (Red+Green+Blue) = 191+59+70=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3B46 is #40C4B9. Grayscale: #636363. Windows color (decimal): -4244666 or 4602815. OLE color: 4602815.

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

Color convert

RGB1915970-
CMYK00.690.630.25
HSL355º52.8%49.02%-
HSV(B)355º69.11%74.9%-
XYZ24.1614.657.35-
YUV99.72111.23193.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 59 (23.44% from 255) = 18.44%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=59.69%
G=18.44%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191597000.690.630.2535552.849.02
HexBF3B460453F191633531
Octal27773106010577315436561
Binary1011111111101110001100100010111111111001101100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B46; }

 p { color: rgb(191,59,70); }

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

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

 a { background-color: rgb(191,59,70); }

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

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

 span { border-color: rgb(191,59,70); }

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