#BF3343

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

Shades of Brick Red #BF3343

Tints of Brick Red #BF3343

Color information

#BF3343 (or 0xBF3343) is unknown color: approx Brick Red. HEX triplet: BF, 33 and 43. RGB value is (191,51,67). Sum of RGB (Red+Green+Blue) = 191+51+67=309 (40% of max value = 765). Red value is 191 (75% from 255 or 61.81% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3343 is #40CCBC. Grayscale: #5E5E5E. Windows color (decimal): -4246717 or 4404159. OLE color: 4404159.

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

Color convert

RGB1915167-
CMYK00.730.650.25
HSL353.14º57.85%47.45%-
HSV(B)353.14º73.3%74.9%-
XYZ23.6813.856.74-
YUV94.68112.38196.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.81%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=61.81%
G=16.50%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191516700.730.650.25353.1457.8547.45
HexBF334304941191613a2f
Octal277631030111101315417257
Binary10111111110011100001101001001100000111001101100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3343; }

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

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

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

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

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

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

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

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