#BF343C

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

Shades of Brick Red #BF343C

Tints of Brick Red #BF343C

Color information

#BF343C (or 0xBF343C) is unknown color: approx Brick Red. HEX triplet: BF, 34 and 3C. RGB value is (191,52,60). Sum of RGB (Red+Green+Blue) = 191+52+60=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF343C is #40CBC3. Grayscale: #5E5E5E. Windows color (decimal): -4246468 or 3945663. OLE color: 3945663.

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

Color convert

RGB1915260-
CMYK00.730.690.25
HSL356.55º57.2%47.65%-
HSV(B)356.55º72.77%74.9%-
XYZ23.5313.865.71-
YUV94.47108.55196.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 60 (23.83% from 255) = 19.80%
R=63.04%
G=17.16%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191526000.730.690.25356.5557.247.65
HexBF343C04945191653930
Octal27764740111105315457160
Binary1011111111010011110001001001100010111001101100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF343C; }

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

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

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

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

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

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

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

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