#BF3945

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

Shades of Brick Red #BF3945

Tints of Brick Red #BF3945

Color information

#BF3945 (or 0xBF3945) is unknown color: approx Brick Red. HEX triplet: BF, 39 and 45. RGB value is (191,57,69). Sum of RGB (Red+Green+Blue) = 191+57+69=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3945 is #40C6BA. Grayscale: #626262. Windows color (decimal): -4245179 or 4536767. OLE color: 4536767.

HSL color Cylindrical-coordinate representation of color #BF3945: hue angle of 354.63º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3945 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1915769-
CMYK00.700.640.25
HSL354.63º54.03%48.63%-
HSV(B)354.63º70.16%74.9%-
XYZ24.0214.437.15-
YUV98.43111.39194.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.25%
GREEN value IS 57 (22.66% from 255) = 17.98%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=60.25%
G=17.98%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191576900.700.640.25354.6354.0348.63
HexBF394504640191633631
Octal277711050106100315436661
Binary10111111111001100010101000110100000011001101100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3945; }

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

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

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

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

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

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

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

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