#BF3544

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

Shades of Brick Red #BF3544

Tints of Brick Red #BF3544

Color information

#BF3544 (or 0xBF3544) is unknown color: approx Brick Red. HEX triplet: BF, 35 and 44. RGB value is (191,53,68). Sum of RGB (Red+Green+Blue) = 191+53+68=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3544 is #40CABB. Grayscale: #606060. Windows color (decimal): -4246204 or 4470207. OLE color: 4470207.

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

Color convert

RGB1915368-
CMYK00.720.640.25
HSL353.48º56.56%47.84%-
HSV(B)353.48º72.25%74.9%-
XYZ23.814.046.92-
YUV95.97112.22195.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.22%
GREEN value IS 53 (21.09% from 255) = 16.99%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=61.22%
G=16.99%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191536800.720.640.25353.4856.5647.84
HexBF354404840191613930
Octal277651040110100315417160
Binary10111111110101100010001001000100000011001101100001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3544; }

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

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

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

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

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

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

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

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