#BF3444

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

Shades of Brick Red #BF3444

Tints of Brick Red #BF3444

Color information

#BF3444 (or 0xBF3444) is unknown color: approx Brick Red. HEX triplet: BF, 34 and 44. RGB value is (191,52,68). Sum of RGB (Red+Green+Blue) = 191+52+68=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3444 is #40CBBB. Grayscale: #5F5F5F. Windows color (decimal): -4246460 or 4469951. OLE color: 4469951.

HSL color Cylindrical-coordinate representation of color #BF3444: hue angle of 353.09º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3444 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1915268-
CMYK00.730.640.25
HSL353.09º57.2%47.65%-
HSV(B)353.09º72.77%74.9%-
XYZ23.7613.956.91-
YUV95.38112.55196.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=61.41%
G=16.72%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191526800.730.640.25353.0957.247.65
HexBF344404940191613930
Octal277641040111100315417160
Binary10111111110100100010001001001100000011001101100001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3444; }

 p { color: rgb(191,52,68); }

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

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

 a { background-color: rgb(191,52,68); }

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

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

 span { border-color: rgb(191,52,68); }

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