#BF3543

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

Shades of Brick Red #BF3543

Tints of Brick Red #BF3543

Color information

#BF3543 (or 0xBF3543) is unknown color: approx Brick Red. HEX triplet: BF, 35 and 43. RGB value is (191,53,67). Sum of RGB (Red+Green+Blue) = 191+53+67=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3543 is #40CABC. Grayscale: #5F5F5F. Windows color (decimal): -4246205 or 4404671. OLE color: 4404671.

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

Color convert

RGB1915367-
CMYK00.720.650.25
HSL353.91º56.56%47.84%-
HSV(B)353.91º72.25%74.9%-
XYZ23.7714.036.76-
YUV95.86111.72195.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=61.41%
G=17.04%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191536700.720.650.25353.9156.5647.84
HexBF354304841191623930
Octal277651030110101315427160
Binary10111111110101100001101001000100000111001101100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3543; }

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

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

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

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

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

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

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

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