#BF3445

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

Shades of Brick Red #BF3445

Tints of Brick Red #BF3445

Color information

#BF3445 (or 0xBF3445) is unknown color: approx Brick Red. HEX triplet: BF, 34 and 45. RGB value is (191,52,69). Sum of RGB (Red+Green+Blue) = 191+52+69=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3445 is #40CBBA. Grayscale: #5F5F5F. Windows color (decimal): -4246459 or 4535487. OLE color: 4535487.

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

Color convert

RGB1915269-
CMYK00.730.640.25
HSL352.66º57.2%47.65%-
HSV(B)352.66º72.77%74.9%-
XYZ23.7913.967.07-
YUV95.5113.05196.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.22%
GREEN value IS 52 (20.70% from 255) = 16.67%
BLUE value IS 69 (27.34% from 255) = 22.12%
R=61.22%
G=16.67%
B=22.12%

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
Decimal191526900.730.640.25352.6657.247.65
HexBF344504940191613930
Octal277641050111100315417160
Binary10111111110100100010101001001100000011001101100001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3445; }

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

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

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

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

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

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

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

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